removed print statment, thanks Johann

This commit is contained in:
mdipierro
2013-10-16 09:11:28 -05:00
parent cfe7c65987
commit 0faa7d3174
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
Version 2.7.4-stable+timestamp.2013.10.16.09.08.27
Version 2.7.4-stable+timestamp.2013.10.16.09.10.20

View File

@@ -2370,7 +2370,6 @@ class SQLFORM(FORM):
continue
if field.type == 'blob':
continue
print row
value = row[str(field)]
maxlength = maxtextlengths.get(str(field), maxtextlength)
if field.represent: