Commit 7f32c6d

Eric Bower  ·  2026-01-10 10:15:06 -0500 EST
parent 63b93d9
fix(prose): remove log line
1 files changed,  +0, -1
+0, -1
......@@ -730,7 +730,6 @@ func rssBlogHandler(w http.ResponseWriter, r *http.Request) {
730730
731731 content := ""
732732 ext := filepath.Ext(post.Filename)
733- fmt.Println("HERE", post.Filename, ext)
734733 switch ext {
735734 case ".md":
736735 parsed, err := shared.ParseText(post.Text)