Skip to content

Commit 2447f8d

Browse files
committed
fix: Remove redundant print statement in auto_commit
1 parent 2c4c793 commit 2447f8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auto_commit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def main():
102102
commit_messages_text = "\n".join(commit_messages)
103103
print(f"{commit_messages_text}")
104104
if commit_single_file:
105-
print("Create commit for single file")
106105
git_commit_everything(commit_messages_text)
107106
else:
108107
all_commit_messages.extend(commit_messages)

0 commit comments

Comments
 (0)