aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-20 00:18:35 +0000
committerFuwn <[email protected]>2021-07-20 00:18:35 +0000
commit55604f7912fadc3c23aee3e7da347b1b79e0104a (patch)
tree46ffdde1a2ec8895e76808bf1c566c7cfa435578
parentfeat(route): lots of options for blog routes (diff)
downloadspace-55604f7912fadc3c23aee3e7da347b1b79e0104a.tar.xz
space-55604f7912fadc3c23aee3e7da347b1b79e0104a.zip
fix(route): remove debug print statements
-rw-r--r--route.go1
1 files changed, 0 insertions, 1 deletions
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"