diff --git a/src/check_fingerprint.py b/src/check_fingerprint.py index 68c89d5..056e3fc 100644 --- a/src/check_fingerprint.py +++ b/src/check_fingerprint.py @@ -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))