We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d137 commit 66a4244Copy full SHA for 66a4244
src/databricks/sql/client.py
@@ -816,8 +816,6 @@ def execute(
816
transformed_operation, normalized_parameters, param_structure
817
)
818
819
- print(f"Prepared operation: {prepared_operation}")
820
- print(f"Prepared parameters: {prepared_params}")
821
self._check_not_closed()
822
self._close_and_clear_active_result_set()
823
execute_response = self.thrift_backend.execute_command(
0 commit comments