Commit 7f32c6d

Eric Bower  ·  2026-01-10 10:15:06 -0500 EST
parent 63b93d9
fix(prose): remove log line
1 files changed,  +0, -1
M pkg/apps/prose/api.go
+0, -1
1@@ -730,7 +730,6 @@ func rssBlogHandler(w http.ResponseWriter, r *http.Request) {
2 
3 		content := ""
4 		ext := filepath.Ext(post.Filename)
5-		fmt.Println("HERE", post.Filename, ext)
6 		switch ext {
7 		case ".md":
8 			parsed, err := shared.ParseText(post.Text)