From 55604f7912fadc3c23aee3e7da347b1b79e0104a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jul 2021 00:18:35 +0000 Subject: fix(route): remove debug print statements --- route.go | 1 - 1 file changed, 1 deletion(-) diff --git a/route.go b/route.go index f58ec9d..e1191f7 100644 --- a/route.go +++ b/route.go @@ -100,7 +100,6 @@ func createBlogRoute(baseRoute string, postPath string, name string, reverse boo // Could be useful later: // https://golangcode.com/sorting-an-array-of-numeric-items/ for _, file := range contents { - println(file.Name()) if file.Name() == "0description.gmi" { description = GetContent("pages" + baseRoute + "/" + file.Name()) files += description + "\n" -- cgit v1.2.3