Skip to content
Snippets Groups Projects
Commit 6e5b09ac authored by David Monjoie's avatar David Monjoie
Browse files

[FIX] removed bad comments from previous commit

parent f3333f9c
No related branches found
No related tags found
No related merge requests found
......@@ -233,10 +233,6 @@ class Cursor(object):
params = params or None
res = self._obj.execute(query, params)
except psycopg2.ProgrammingError, pe:
print self
print self._obj
print query
print params
if self._default_log_exceptions if log_exceptions is None else log_exceptions:
_logger.error("Programming error: %s, in query %s", pe, query)
raise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment