src/iconolab/models.py
changeset 225 6b304e2c6af4
parent 219 ce1e12435c44
child 227 b67ea0d6c621
--- a/src/iconolab/models.py	Tue Oct 11 12:18:52 2016 +0200
+++ b/src/iconolab/models.py	Wed Oct 12 13:30:13 2016 +0200
@@ -162,8 +162,6 @@
         for annotation in self.annotations.all():
             revision_tags = json.loads(annotation.current_revision.get_tags_json())
             tag_list += [tag_infos['tag_label'] for tag_infos in revision_tags if tag_infos.get('tag_label') is not None] #deal with
-            print("tag_list")
-            print(tag_list)
         return tag_list
 
 class AnnotationManager(models.Manager):