removed pdb

This commit is contained in:
Miroslav Stampar 2010-05-24 09:29:16 +00:00
parent f0d3e6c565
commit f34e6badfd

View File

@ -189,8 +189,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
if maxValue == 1:
return None
elif minValue == maxChar:
import pdb
pdb.set_trace()
charTbl = xrange( maxChar + 1, (maxChar + 1) << 8 )
maxChar = maxValue = charTbl[-1]
minValue = charTbl[0]