removed print from sqlhtml.py

This commit is contained in:
mdipierro
2013-08-20 01:34:30 -05:00
parent 90931657e4
commit 9a86f4f0f3
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.08.19.08.43.59
Version 2.6.0-development+timestamp.2013.08.20.01.33.36
-1
View File
@@ -2209,7 +2209,6 @@ class SQLFORM(FORM):
elif key == order[1:]:
marker = sorter_icons[1]
else:
print 'a', key, ordermatch
if key == ordermatch:
key, marker = '~' + order, sorter_icons[0]
elif key == ordermatch[1:]: