remove print statement

pull/161/head
Aevann 2023-06-29 18:56:54 +03:00
parent 034cc436f1
commit 3a07bd1d25
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ def calc_users():
toggle_setting('ddos_detected')
set_security_level('high')
print('fuck', flush=True)
def get_logged_in_user():
if hasattr(g, 'v') and g.v: return g.v
if not hasattr(g, 'db'): g.db = db_session()