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: