From f023f41ae5d0721ef3046684bcf2baa11944ffae Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 21 Dec 2018 15:21:08 +0100 Subject: [PATCH] fix: cleaning ... --- var/www/modules/hashDecoded/Flask_hashDecoded.py | 1 - 1 file changed, 1 deletion(-) diff --git a/var/www/modules/hashDecoded/Flask_hashDecoded.py b/var/www/modules/hashDecoded/Flask_hashDecoded.py index 04876339..b1823449 100644 --- a/var/www/modules/hashDecoded/Flask_hashDecoded.py +++ b/var/www/modules/hashDecoded/Flask_hashDecoded.py @@ -111,7 +111,6 @@ def hashDecoded_page(): type = request.args.get('type') encoding = request.args.get('encoding') show_decoded_files = request.args.get('show_decoded_files') - print(show_decoded_files) if type == 'All types': type = None