repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
7f32c6d
parent
63b93d9
author
Eric Bower
date
2026-01-10 10:15:06 -0500 EST
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)