summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/jrnl/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/jrnl/models.py b/app/jrnl/models.py
index 6f6da1d..dca4cd4 100644
--- a/app/jrnl/models.py
+++ b/app/jrnl/models.py
@@ -181,7 +181,6 @@ class Entry(models.Model):
self.state_name = self.location.state.name
self.country_name = self.location.state.country.name
self.country_slug = self.location.state.country.slug
- print(self.title)
self.region_name = self.location.state.country.lux_region.name
if created and not self.featured_image:
self.featured_image = LuxImage.objects.latest()