Skip to content

Commit 79a8dc5

Browse files
authored
Remove unnecessary output (#88)
1 parent 1a2f6da commit 79a8dc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testgres/connection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def execute(self, query, *args):
110110
res = [tuple(t) for t in res]
111111

112112
return res
113-
except Exception as e:
114-
print("Error executing query: {}".format(e))
113+
except Exception:
115114
return None
116115

117116
def close(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy