2du 5 anni fa
parent
commit
9e5492ccbd
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      route/login_check_key.py

+ 0 - 1
route/login_check_key.py

@@ -48,7 +48,6 @@ def login_check_key_2(conn, tool):
 
                 curs.execute(db_change("select id from user limit 1"))
                 first = 1 if not curs.fetchall() else 0
-                print(first)
 
                 curs.execute(db_change("select id from user where id = ?"), [flask.session['c_id']])
                 if curs.fetchall():