remove externeous print statement
This commit is contained in:
parent
5d6641c890
commit
4f8cce1093
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ def admin_vote_info_get(v):
|
|||
|
||||
if thing.ghost and v.id != OWNER_ID: abort(403)
|
||||
|
||||
if not thing.author:
|
||||
print(thing.id, flush=True)
|
||||
if isinstance(thing, Submission):
|
||||
if thing.author.shadowbanned and not (v and v.admin_level):
|
||||
thing_id = g.db.query(Submission.id).filter_by(upvotes=thing.upvotes, downvotes=thing.downvotes).order_by(Submission.id).first()[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue