2DU пре 8 година
родитељ
комит
5a94ee0a81
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      app.py

+ 0 - 2
app.py

@@ -1696,8 +1696,6 @@ def title_index(num = 1000, page = 1):
     if(num == 0):
         curs.execute("select title from data order by title asc")
     else:
-        print('v : ' + str(v_page - num))
-        print('v_2 : ' + str(v_page))
         curs.execute("select title from data order by title asc limit ?, ?", [str(v_page - num), str(num)])
     title_list = curs.fetchall()