diff --git a/tests/commands/run/test_integration.py b/tests/commands/run/test_integration.py index 120ba4f8..2fc4fce4 100644 --- a/tests/commands/run/test_integration.py +++ b/tests/commands/run/test_integration.py @@ -102,8 +102,6 @@ def test_apply_suggestions(create_package, time_tool): with open(config_path, "r") as config_file: config = yaml.load(config_file, Loader=yaml.SafeLoader) - print("xddd") - print(config["sinol_expected_scores"]) assert config["sinol_expected_scores"] == expected_scores