Browse Source

print 제거ㅏ

2DU 9 years ago
parent
commit
b24be76fb5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      main.py

+ 1 - 4
main.py

@@ -647,10 +647,7 @@ def history_view(name = None, num = None):
             while(True):
                 style = ''
             
-                try:                    
-                    print(i)
-                    print(v)
-
+                try:
                     select += '<option value="' + rows[i]['id'] + '">' + rows[i]['id'] + '</option>'
                     
                     if(rows[i]['send']):