summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-08-19 18:30:44 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-08-19 18:30:44 +0200
commitbbb08c63c39e9e91c6044dcffe71dceba3cbef75 (patch)
tree67e035e0167023fd41081adab8943edc96597d45
parenta2c8c2617e3bfc95b4d6c396c56afabeee59dadf (diff)
Removed debug print
-rw-r--r--lesana/collection.py1
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']: