forked from MarseyWorld/MarseyWorld
remove print statement I forgot
parent
ae837e50a3
commit
2c54180ddc
|
@ -190,7 +190,6 @@ def searchcomments(v):
|
||||||
if 'post' in criteria:
|
if 'post' in criteria:
|
||||||
try: post = int(criteria['post'])
|
try: post = int(criteria['post'])
|
||||||
except: return {"error": f"Post with id {post} does not exist."}
|
except: return {"error": f"Post with id {post} does not exist."}
|
||||||
print(post,flush=True)
|
|
||||||
comments = comments.filter(Comment.parent_submission == post)
|
comments = comments.filter(Comment.parent_submission == post)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue