Skip to content

Commit

Permalink
Remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
do3cc committed Sep 1, 2015
1 parent ae416cd commit 0e28cca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collective/solr/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def setUp(self):
raise Exception("Solr is not configured correctly. "
"If you are using a multicore setup, "
"refer to the documentation")
if getattr(http_error, 'code', 200) == 500:
import pdb;pdb.set_trace()
sleep(3)
sys.stdout.write('.')
if i == 9:
Expand Down

0 comments on commit 0e28cca

Please sign in to comment.