Skip to content

Commit

Permalink
Revert "adding this here just to troubleshoot"
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren authored Sep 11, 2024
1 parent fc49246 commit 79f2754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion footprints/batch/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 79f2754

Please sign in to comment.