Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta committed Aug 9, 2023
1 parent 2595d7a commit 3df8ee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/cloud/spanner_dbapi/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ def connect(
:returns: Connection object associated with the given Google Cloud Spanner
resource.
"""
import pdb
pdb.set_trace()
if client is None:
client_info = ClientInfo(
user_agent=user_agent or DEFAULT_USER_AGENT,
Expand Down

0 comments on commit 3df8ee6

Please sign in to comment.