Skip to content

Commit

Permalink
Annotation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Dec 22, 2023
1 parent ebd05f5 commit 5789c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openatlas/forms/base_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def process_form(self) -> None:
for shape in ['point', 'line', 'polygon']}
if 'annotation' in self.fields:
self.data['annotation'] = getattr(self.form, 'annotation').data
print(self.data['annotation'])

def insert_entity(self) -> None:
self.entity = Entity.insert(self.class_.name, self.form.name.data)
Expand Down

0 comments on commit 5789c3d

Please sign in to comment.