diff --git a/footprints/batch/views.py b/footprints/batch/views.py index f1aa7d28..5139f4c2 100644 --- a/footprints/batch/views.py +++ b/footprints/batch/views.py @@ -57,7 +57,6 @@ class BatchJobUpdateView(LoggedInMixin, BatchAccessMixin, View): 'Location [{}] lookup failed at the {} level [id={}]') def add_place(self, obj, geoname_id): - print('Adding place for {}'.format(geoname_id)) obj.place = GeonameUtil().get_or_create_place(geoname_id) obj.save()