Remove print

This commit is contained in:
JonnyWong16 2020-02-24 16:20:31 -08:00
commit 0e7a3962bb

View file

@ -59,7 +59,6 @@ DOCUMENTATION :: END
# Get video resolution file
def vr(resolution):
print(resolution)
if resolution in ('1080i', '576i', '480i'):
return resolution
else: