From dca2e988b32a94c3d6333f65d7eed6d5d4756363 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 03:27:31 +0800 Subject: git_format_patch.go: Remove garbage printf --- git_format_patch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/git_format_patch.go b/git_format_patch.go index 4f37e92..33b981b 100644 --- a/git_format_patch.go +++ b/git_format_patch.go @@ -29,7 +29,6 @@ func format_patch_from_commit(commit *object.Commit) (string, error) { fmt.Fprintf(&buf, "Subject: [PATCH] %s\n\n", commit_msg_title) if commit_msg_details != "" { - fmt.Println("fdsafsad") commit_msg_details_first_line, commit_msg_details_rest, _ := strings.Cut(commit_msg_details, "\n") if strings.TrimSpace(commit_msg_details_first_line) == "" { commit_msg_details = commit_msg_details_rest -- cgit v1.2.3