Philipp Heckel пре 4 година
родитељ
комит
90ba341323
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      server/server.go

+ 0 - 1
server/server.go

@@ -208,7 +208,6 @@ func (s *Server) handle(w http.ResponseWriter, r *http.Request) {
 }
 
 func (s *Server) handleInternal(w http.ResponseWriter, r *http.Request) error {
-	log.Printf(r.URL.Path)
 	if r.Method == http.MethodGet && r.URL.Path == "/" {
 		return s.handleHome(w, r)
 	} else if r.Method == http.MethodGet && r.URL.Path == "/example.html" {