chore: removing log

This commit is contained in:
2025-06-07 12:31:53 +01:00
parent f1c56bdf8b
commit 4786a21a56

View File

@ -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