Remove debug prints

This commit is contained in:
Juhani Krekelä 2018-08-31 20:22:23 +03:00
parent 004ec12ec3
commit 3ef3321137
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ def check(entries, domain, port, fingerprint):
if not any_host_matched and fingerprint == possible_match.fingerprint:
# Host is not the same, but the fingerprint
# matches
print(possible_match)#debg
same_fingerprint.append(Result(None, None, possible_match.comment))