Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Removed pdb. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash authored and jbalogh committed Apr 1, 2010
1 parent 81e0a3b commit a396831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/search/client.py
Expand Up @@ -230,7 +230,6 @@ def query(self, term, limit=10, offset=0, **kwargs):
result = sc.Query(term)
except socket.timeout:
log.error("Query has timed out.")
import pdb; pdb.set_trace()
raise SearchError("Query has timed out.")
except Exception, e:
log.error("Sphinx threw an unknown exception: %s" % e)
Expand Down

0 comments on commit a396831

Please sign in to comment.