Skip to content

Commit 7ca12a4

Browse files
committed
removed debug
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent e3b64ee commit 7ca12a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ def initialize_telemetry_client(
369369

370370
with TelemetryClientFactory._lock:
371371
TelemetryClientFactory._initialize()
372+
372373
if session_id_hex not in TelemetryClientFactory._clients:
373374
logger.debug(
374375
"Creating new TelemetryClient for connection %s",
@@ -388,7 +389,6 @@ def initialize_telemetry_client(
388389
TelemetryClientFactory._clients[
389390
session_id_hex
390391
] = NoopTelemetryClient()
391-
392392
except Exception as e:
393393
logger.debug("Failed to initialize telemetry client: %s", e)
394394
# Fallback to NoopTelemetryClient to ensure connection doesn't fail

0 commit comments

Comments
 (0)