From cbd287e20ea198cad72d76d512597a1f73cd6ba7 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 25 Feb 2021 19:28:58 -0600 Subject: [PATCH] no log --- server/notes.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/notes.go b/server/notes.go index 6eadf03..d31f6dc 100755 --- a/server/notes.go +++ b/server/notes.go @@ -4,7 +4,6 @@ import ( "fmt" "local/notes-server/config" "local/notes-server/filetree" - "log" "net/http" "path" "regexp" @@ -104,7 +103,6 @@ func (s *Server) htmlAttachments(w http.ResponseWriter, urlPath string) { lines[i] = strings.ReplaceAll(lines[i], `href="/notes`, `href="/raw`) } files = strings.Join(lines, "\n") - log.Println(files) fmt.Fprintf(w, `