Remove debug log
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
f7ed3a7015
commit
358e07b6ff
@@ -157,8 +157,6 @@ func (s *Server) ServeSPA(w http.ResponseWriter, r *http.Request) {
|
|||||||
|
|
||||||
etag, ok := s.etags[path]
|
etag, ok := s.etags[path]
|
||||||
if !ok {
|
if !ok {
|
||||||
fmt.Printf("XXX %+#v\n", path)
|
|
||||||
|
|
||||||
http.Error(w, "Internal Server Error", http.StatusInternalServerError)
|
http.Error(w, "Internal Server Error", http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user