# HG changeset patch # User durandn # Date 1476095883 -7200 # Node ID 1e1d5f30e2f912f64582a4428ca269c87bdf394a # Parent a88647fcdbef5b52153da0a023f4179f39d6d25f removed leftover prints diff -r a88647fcdbef -r 1e1d5f30e2f9 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 ]