From dca2e988b32a94c3d6333f65d7eed6d5d4756363 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 03:27:31 +0800 Subject: [PATCH] git_format_patch.go: Remove garbage printf --- git_format_patch.go | 1 - diff --git a/git_format_patch.go b/git_format_patch.go index 4f37e92e9fb01bccb0023ce828322fdfdc704bff..33b981be203ef833182a4b48cbff4b21b89119d6 100644 --- a/git_format_patch.go +++ b/git_format_patch.go @@ -29,7 +29,6 @@ fmt.Fprintf(&buf, "Date: %s\n", date) 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 -- 2.48.1