diff --git a/VERSION b/VERSION index d833dcfe..c301a9a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-10-22 15:07:32) stable +Version 2.2.1 (2012-10-22 18:50:13) stable diff --git a/gluon/dal.py b/gluon/dal.py index e2088dc9..91f05762 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -8613,7 +8613,6 @@ class Field(Expression): if not isinstance(requires, (list, tuple)): requires = [requires] for validator in requires: - print validator (value, error) = validator(value) if error: return (value, error)