Skip to content

Commit 54804b9

Browse files
fix: remove excess debug log
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 7925954 commit 54804b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ def execute(
754754

755755
self._check_not_closed()
756756
self._close_and_clear_active_result_set()
757-
print("here")
758757
execute_response = self.backend.execute_command(
759758
operation=prepared_operation,
760759
session_handle=self.connection.session._session_handle,

0 commit comments

Comments
 (0)