Remove debug prints to Stdout

This commit is contained in:
pluja 2020-08-17 11:15:08 +02:00
parent 07eb4aef43
commit 6c6478bb82

View File

@ -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: