removed print from sqlhtml.py
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:]:
|
||||
|
||||
Reference in New Issue
Block a user