瀏覽代碼

프린트 제거

2DU 8 年之前
父節點
當前提交
21ca411c8a
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app.py

+ 0 - 3
app.py

@@ -134,9 +134,6 @@ try:
                         name_data_is = data_lo[0]
                         plus_all_data = '\r\n<style>' + data_lo[1] + '</style>'
 
-                    print('plus : ' + plus_all_data)
-                    print('name : ' + data_lo[0])
-
                     curs.execute("select css from custom where user = ?", [name_data_is + ' (head)'])
                     data_is_it = curs.fetchall()
                     if(data_is_it):