summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index ac2661fe1..738e86107 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -429,10 +429,7 @@ class BaseHistorizedItem(models.Model):
def associated_filename(self):
if [True for attr in ('get_town_label', 'get_department', 'reference',
'short_class_name') if not hasattr(self, attr)]:
- print [True if hasattr(self, attr) else False for attr in ('get_town_label', 'get_department', 'reference',
- 'short_class_name') ]
return ''
- print "yata"
items = [self.get_department(), self.get_town_label(),
self.short_class_name, self.reference]
last_edition_date = self.last_edition_date