From cb8056e7f8e86a7b3d79a44fcff58f94a18c9538 Mon Sep 17 00:00:00 2001 From: Joschka Braun Date: Fri, 14 Apr 2023 16:47:52 +0200 Subject: [PATCH] fix: remove print --- src/executor_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/executor_factory.py b/src/executor_factory.py index d32d0b6..3c08f6e 100644 --- a/src/executor_factory.py +++ b/src/executor_factory.py @@ -203,7 +203,6 @@ Please provide the complete file with the exact same syntax to wrap the code. file_name_to_content = self.get_all_executor_files_with_content(previous_executor_path) is_dependency_issue = self.is_dependency_issue(error, file_name_to_content['Dockerfile']) - print(f'Current error is a dependency issue: {is_dependency_issue}') if is_dependency_issue: all_files_string = self.files_to_string({