From: Jason Ish Date: Tue, 19 Apr 2022 21:37:10 +0000 (-0600) Subject: Remove line of debug output. X-Git-Tag: 1.3.0rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8fddd331d744c853e49001e50757bab702bad0;p=thirdparty%2Fsuricata-update.git Remove line of debug output. --- diff --git a/suricata/update/main.py b/suricata/update/main.py index a0dd880..1050835 100644 --- a/suricata/update/main.py +++ b/suricata/update/main.py @@ -110,7 +110,6 @@ class Fetch: self.istty = os.isatty(sys.stdout.fileno()) def check_checksum(self, tmp_filename, url): - print(url) try: checksum_url = url[0] + ".md5" net_arg=(checksum_url,url[1])