removed pdb

This commit is contained in:
Miroslav Stampar 2010-10-12 19:17:48 +00:00
parent b4685aa77c
commit 47022071cb

View File

@ -105,8 +105,6 @@ class Fingerprint(GenericFingerprint):
else: else:
randInt = randomInt() randInt = randomInt()
payload = agent.fullPayload(" AND BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d)" % (randInt, randInt)) payload = agent.fullPayload(" AND BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d)" % (randInt, randInt))
import pdb
pdb.set_trace()
result = Request.queryPage(payload) result = Request.queryPage(payload)
if result: if result: