remove print

This commit is contained in:
jacr13 2021-11-17 12:51:58 +01:00
parent 68b6b9e401
commit 1e3a4cb6b1

View File

@ -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 # 'chips' is used in image tabs to pass the optional 'filter' to add to the
# given search term # given search term
if 'chips' in args: if 'chips' in args:
print(args.get('chips'))
param_dict['chips'] = '&chips=' + args.get('chips') param_dict['chips'] = '&chips=' + args.get('chips')
param_dict['cr'] = ('&cr=' + config.ctry) if config.ctry else '' param_dict['cr'] = ('&cr=' + config.ctry) if config.ctry else ''