Commit cc54b8ed authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a pdb call.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dc82392
......@@ -306,7 +306,6 @@ class SQLExpression(object):
# Custom conflict resolution
column = '%s + %s' % (existing_value, column)
else:
import pdb; pdb.set_trace()
message = '%r is a known alias for column %r, can\'t alias it now to column %r' % (alias, existing_value, column)
if DEBUG:
message = message + '. I was created by %r, and I am working on %r (%r) out of [%s]' % (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment