Skip to content

Commit 46f4b19

Browse files
committed
Removed debug code
1 parent 9bc8d88 commit 46f4b19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/transactions_regress/tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ def setUp(self):
199199
def tearDown(self):
200200
try:
201201
connections[DEFAULT_DB_ALIAS].abort()
202-
except Exception:
203-
import ipdb; ipdb.set_trace()
204-
finally:
205202
connections[DEFAULT_DB_ALIAS].close()
203+
finally:
206204
connections[DEFAULT_DB_ALIAS] = self._old_backend
207205

208206
def test_commit(self):

0 commit comments

Comments
 (0)