2du 5 lat temu
rodzic
commit
9e5492ccbd
1 zmienionych plików z 0 dodań i 1 usunięć
  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():