From 1e3a4cb6b14945e2b2d62029a97100da85f45242 Mon Sep 17 00:00:00 2001 From: jacr13 Date: Wed, 17 Nov 2021 12:51:58 +0100 Subject: [PATCH] remove print --- app/request.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/request.py b/app/request.py index 9e74028..95db7c5 100644 --- a/app/request.py +++ b/app/request.py @@ -118,7 +118,6 @@ def gen_query(query, args, config, near_city=None) -> str: # 'chips' is used in image tabs to pass the optional 'filter' to add to the # given search term if 'chips' in args: - print(args.get('chips')) param_dict['chips'] = '&chips=' + args.get('chips') param_dict['cr'] = ('&cr=' + config.ctry) if config.ctry else ''