From bbb08c63c39e9e91c6044dcffe71dceba3cbef75 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 19 Aug 2017 18:30:44 +0200 Subject: Removed debug print --- lesana/collection.py | 1 - 1 file changed, 1 deletion(-) 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']: -- cgit v1.2.3