remove print debugging

master
Aevann 2023-02-08 18:26:14 +02:00
parent ea9cdea42b
commit 42de90c955
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ def publish(pid, v):
@limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID)
@auth_required
def submit_get(v:User, sub=None):
if v.id == AEVANN_ID: print(request.host, flush=True)
sub = get_sub_by_name(sub, graceful=True)
if request.path.startswith('/h/') and not sub: abort(404)