Explorar el Código

프린트 삭제

Surplus_Up (2DU) hace 6 años
padre
commit
49c23c1ab9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      route/view_read.py

+ 0 - 1
route/view_read.py

@@ -84,7 +84,6 @@ def view_read_2(conn, name):
         end_data = cache_data[0][0]
     else:
         data = curs.fetchall()
-        print(data)
         if data:
             else_data = data[0][0]
         else: