From 3ef33211379125db8767ce7cd778e66ec4712f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 31 Aug 2018 20:22:23 +0300 Subject: [PATCH] Remove debug prints --- src/check_fingerprint.py | 1 - 1 file changed, 1 deletion(-) 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))