removed print statement

This commit is contained in:
Martin Green 2023-07-13 12:33:55 +02:00
parent 2af4f4b10e
commit c119c99308

View File

@ -102,7 +102,6 @@ def write_and_commit(files, message):
These need refactoring These need refactoring
""" """
print(files)
git = settings.GIT git = settings.GIT
commands = [] commands = []
try: try: