]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed junk pdb.set_trace()
authorBrad Allen <bradallen137@gmail.com>
Tue, 16 Mar 2010 02:35:14 +0000 (20:35 -0600)
committerBrad Allen <bradallen137@gmail.com>
Tue, 16 Mar 2010 02:35:14 +0000 (20:35 -0600)
lib/sqlalchemy/connectors/mxodbc.py

index 5e1d443afa123b7b3444f8f663c987eadaaddb9f..386449d79061de98f0180622b3ea411c18bb2401 100644 (file)
@@ -93,6 +93,5 @@ def error_handler(connection, cursor, errorclass, errorvalue):
                   category=errorclass,
                   stacklevel=2)
     else:
-        #import pdb; pdb.set_trace()
         raise errorclass, errorvalue