Skip to content

Commit

Permalink
Fix pull request issues
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 9, 2024
1 parent 384c942 commit 715922f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions toolium/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ def _replace_param_replacement(param, language):
new_value = value(match) # a function to parse the values is always required
new_param = new_param.replace(match.group(), new_value)
param_replaced = True
print(new_param)
print(param_replaced)
return new_param, param_replaced


Expand Down

0 comments on commit 715922f

Please sign in to comment.