diff options
-rw-r--r-- | lesana/collection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lesana/collection.py b/lesana/collection.py index 50ed21e..7c654d8 100644 --- a/lesana/collection.py +++ b/lesana/collection.py @@ -65,7 +65,6 @@ class Entry(object): return "Q"+self.uid def validate(self): - print("validating", self) errors = [] valid = True for field in self.collection.settings['fields']: |