Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
akaariai committed Mar 17, 2013
1 parent 9bc8d88 commit 46f4b19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/transactions_regress/tests.py
Expand Up @@ -199,10 +199,8 @@ def setUp(self):
def tearDown(self):
try:
connections[DEFAULT_DB_ALIAS].abort()
except Exception:
import ipdb; ipdb.set_trace()
finally:
connections[DEFAULT_DB_ALIAS].close()
finally:
connections[DEFAULT_DB_ALIAS] = self._old_backend

def test_commit(self):
Expand Down

0 comments on commit 46f4b19

Please sign in to comment.