removed leftover prints
authordurandn
Mon, 10 Oct 2016 12:38:03 +0200
changeset 216 1e1d5f30e2f9
parent 215 a88647fcdbef
child 217 8a9c7188bfa8
removed leftover prints
src/iconolab/models.py
--- a/src/iconolab/models.py	Mon Oct 10 10:46:56 2016 +0200
+++ b/src/iconolab/models.py	Mon Oct 10 12:38:03 2016 +0200
@@ -291,8 +291,6 @@
     @property
     def tag_labels(self):
         current_revision_tags = json.loads(self.current_revision.get_tags_json())
-        print("tagss")
-        print(current_revision_tags)
         return [tag_infos['tag_label'] for tag_infos in current_revision_tags if tag_infos.get('tag_label') is not None ]