Skip to content

Commit

Permalink
removing pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
slaporte committed Mar 10, 2013
1 parent 2a2c829 commit ffd7a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wapiti/operations/base.py
Expand Up @@ -367,7 +367,6 @@ def _set_params(self):
pq_pl = int(field_limit)
self.per_query_param_limit = pq_pl
self.params = params
import pdb; pdb.set_trace()
try:
per_query_limit = self.per_query_limit.get_limit(is_bot_op)
except AttributeError:
Expand Down

0 comments on commit ffd7a0e

Please sign in to comment.