Skip to content

Commit

Permalink
fixup: rm breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraber committed Feb 12, 2025
1 parent acef60f commit 8893cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/formpack/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def load_version(self, schema):
unique accross an entire FormPack. It can be None, but only for
one version in the FormPack.
"""
breakpoint()
replace_aliases(schema['content'], in_place=True)
expand_content(schema['content'], in_place=True)

Expand Down
1 change: 0 additions & 1 deletion src/formpack/utils/expand_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def _expand_translatable_content(
row[_expandable_col][_nti] = _oldval
if col_shortname != _expandable_col:
row[_expandable_col][cur_translation_index] = row[col_shortname]
breakpoint()
del row[col_shortname]


Expand Down

0 comments on commit 8893cdf

Please sign in to comment.