Skip to content

Commit 17838ee

Browse files
committed
Removed some unnecessary
1 parent c4aad86 commit 17838ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/databricks/sql/thrift_backend.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,7 @@ def attempt_request(attempt):
382382

383383
# We need to call type(response) here because thrift doesn't implement __name__ attributes for thrift responses
384384
logger.debug(
385-
"Received response: {}(<REDACTED>) with status {}".format(
386-
type(response).__name__, getattr(response, "status", None)
387-
)
385+
"Received response: {}(<REDACTED>)".format(type(response).__name__)
388386
)
389387
unsafe_logger.debug("Received response: {}".format(response))
390388
return response

0 commit comments

Comments
 (0)