From 6c6478bb829ce973a45a9e92f99373e8d2585c3e Mon Sep 17 00:00:00 2001 From: pluja Date: Mon, 17 Aug 2020 11:15:08 +0200 Subject: [PATCH] Remove debug prints to Stdout --- app/routes.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/routes.py b/app/routes.py index a4d0bf6..6a256cf 100644 --- a/app/routes.py +++ b/app/routes.py @@ -243,9 +243,6 @@ def ytsearch(): 'thumbnail':'https:{}'.format(c['thumbnails'][0]), 'subCount':letterify(c['suscriberCountText']) }) - - print(channels) - print(videos) return render_template('ytsearch.html', form=form, btform=button_form, channels=channels, videos=videos) else: