From 4786a21a56d2b78caacde344bb088fbeb3e90901 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sat, 7 Jun 2025 12:31:53 +0100 Subject: [PATCH] chore: removing log --- hugo.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hugo.go b/hugo.go index 5aa7b76..44f4b59 100644 --- a/hugo.go +++ b/hugo.go @@ -89,7 +89,6 @@ func getPostInfo(post string) (postInfo, error) { case "title": info.Title = splitLine[1] case "date": - fmt.Println(splitLine[1]) t, err := time.Parse(time.DateOnly, splitLine[1][1:len(splitLine[1])-1]) if err != nil { continue