Skip to content

Commit 277f16d

Browse files
committed
removing commented out debug print
1 parent c4c4030 commit 277f16d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/techniques/blind/inference.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,6 @@ def downloadThread():
455455
val = None
456456
commonValue, commonPattern, commonCharset, otherCharset = goGoodSamaritan(finalValue, asciiTbl)
457457

458-
# Debug print
459-
#print "\ncommonValue, commonPattern, commonCharset:", commonValue, commonPattern, commonCharset
460-
461458
# If there is one single output in common-outputs, check
462459
# it via equal against the query output
463460
if commonValue is not None:

0 commit comments

Comments
 (0)