From 715922f2906bd573f064810bca6a4eb89f50b343 Mon Sep 17 00:00:00 2001 From: Patricia Roman Sanchez Date: Wed, 9 Oct 2024 09:36:13 +0200 Subject: [PATCH] Fix pull request issues --- toolium/utils/dataset.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolium/utils/dataset.py b/toolium/utils/dataset.py index aa77019b..100b61fd 100644 --- a/toolium/utils/dataset.py +++ b/toolium/utils/dataset.py @@ -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