Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Jan 14, 2020
1 parent 6a20ed4 commit 5b4e581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/postgis/connector.py
Expand Up @@ -60,7 +60,7 @@ class CursorAdapter():

def _debug(self, msg):
pass
print("XXX CursorAdapter[" + hex(id(self)) + "]: " + msg)
#print("XXX CursorAdapter[" + hex(id(self)) + "]: " + msg)

def __init__(self, connection, sql=None):
self._debug("Created with sql: " + str(sql))
Expand Down

0 comments on commit 5b4e581

Please sign in to comment.