Remove dbeug logs
This commit is contained in:
@@ -3,7 +3,6 @@ package server
|
||||
import (
|
||||
"html"
|
||||
"local/notes-server/filetree"
|
||||
"log"
|
||||
"net/http"
|
||||
"path"
|
||||
"strconv"
|
||||
@@ -11,7 +10,6 @@ import (
|
||||
)
|
||||
|
||||
func (s *Server) comment(w http.ResponseWriter, r *http.Request) {
|
||||
log.Println("COMMAND", r.Method, r.FormValue("lineno"), r.FormValue("content"))
|
||||
if r.Method != "POST" {
|
||||
http.NotFound(w, r)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user