Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Nov 9, 2018
1 parent 6ccad3d commit 5174e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wfuzz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def detect_encoding(file_path):
break
detector.close()

print(detector.result)
return detector.result

if sys.version_info >= (3, 0):
Expand Down

0 comments on commit 5174e55

Please sign in to comment.