Skip to content

Commit

Permalink
Remove a redundant comment #2714
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jul 20, 2022
1 parent 12b1a8e commit 7758dfa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ def add_field(
field_model = Field(name, type_name, description, required, default)
add_field_to_case_class(field_model)
if store_field:
# create a storable model of the field and store it
# FIXME rewrite the validation logic above to use the data model
self.store.add_field(field_model)

0 comments on commit 7758dfa

Please sign in to comment.