remove print statements

master
Aevann 2024-11-14 01:26:36 +02:00
parent c34df79b7c
commit b85cf708e8
1 changed files with 0 additions and 2 deletions

View File

@ -697,9 +697,7 @@ def submit_post(v, hole=None):
stop(415)
elif p.url and p.url.startswith(SITE_FULL_VIDEOS):
filename = '/videos' + p.url.split(SITE_FULL_VIDEOS)[1]
print(filename, flush=True)
media = g.db.get(Media, filename)
print(media, flush=True)
if media:
media_usage = MediaUsage(
filename=filename,