Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Oct 8, 2015
1 parent 797c925 commit a692693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haystack/reverse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def closestFloorValueNumpy(val, lst):
# Find indices where elements should be inserted to maintain order.
if isinstance(lst, list): # TODO delete
log.warning('misuse of closestFloorValue')
import pdb
pdb.set_trace()
#import pdb
#pdb.set_trace()
try:
# be positive, its a small hit compared to searchsorted on
# non-numpy array
Expand Down

0 comments on commit a692693

Please sign in to comment.