remove print statement I forgot

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-01 13:28:00 +02:00
parent ae837e50a3
commit 2c54180ddc
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ def searchcomments(v):
if 'post' in criteria:
try: post = int(criteria['post'])
except: return {"error": f"Post with id {post} does not exist."}
print(post,flush=True)
comments = comments.filter(Comment.parent_submission == post)