From c119c99308acea5936821208a1900b2b368d06d9 Mon Sep 17 00:00:00 2001 From: Martin Green Date: Thu, 13 Jul 2023 12:33:55 +0200 Subject: [PATCH] removed print statement --- core/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/utils.py b/core/utils.py index 83e2c5b..a24a1dc 100644 --- a/core/utils.py +++ b/core/utils.py @@ -102,7 +102,6 @@ def write_and_commit(files, message): These need refactoring """ - print(files) git = settings.GIT commands = [] try: