Skip to content

Commit a856222

Browse files
committed
ciq-cherry-pick.py: Do not print the entire commit message
It adds a lot of noice. When debugging printing is introduced in the future, it may be added back. Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent 93bc981 commit a856222

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ciq-cherry-pick.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def cherry_pick(sha, ciq_tags, jira_ticket):
6363
new_msg = CIQ_cherry_pick_commit_standardization(original_msg, full_sha, jira=jira_ticket, tags=ciq_tags)
6464

6565
print(f"Cherry Pick New Message for {args.sha}")
66-
for line in new_msg:
67-
print(line.strip("\n"))
6866
print(f"\n Original Message located here: {MERGE_MSG}.bak")
6967

7068
with open(MERGE_MSG, "w") as file:

0 commit comments

Comments
 (0)