Remove debug prints to Stdout
This commit is contained in:
parent
07eb4aef43
commit
6c6478bb82
@ -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:
|
||||
|
Reference in New Issue
Block a user