removed print statment, thanks Johann
This commit is contained in:
2
VERSION
2
VERSION
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user