From 9a86f4f0f326c8133882d9309cacf598afc955c1 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 20 Aug 2013 01:34:30 -0500 Subject: [PATCH] removed print from sqlhtml.py --- VERSION | 2 +- gluon/sqlhtml.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b23fa922..395edf99 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index faccbabb..7c87ae6e 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -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:]: