Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Jul 2, 2024
1 parent 3c7d2cf commit f0e4b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smbackend_turku/importers/divisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def _import_division(self, muni, div, type_obj, syncher, parent_dict, feat):
self.logger.debug("%s" % obj.ocd_id)
obj.save()
syncher.mark(obj, True)
# if geom.geom_type == "Polygon":

try:
geom_obj = obj.geometry
Expand Down

0 comments on commit f0e4b26

Please sign in to comment.