ect (or 2du) před 8 roky
rodič
revize
9e4a98643c
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      func.py

+ 0 - 2
func.py

@@ -37,8 +37,6 @@ def captcha_get(conn):
 def captcha_post(test, conn, num = 1):
     curs = conn.cursor()
 
-    print('TEST')
-
     if(num == 1):
         if(custom(conn)[2] == 0 and captcha_get(conn) != ''):
             curs.execute('select data from other where name = "sec_re"')