diff options
-rw-r--r-- | core/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |