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:
Bryan Frimin
2025-06-10 16:35:14 -07:00
committed by Sacha Al Himdani
parent f7ed3a7015
commit 358e07b6ff

View File

@@ -157,8 +157,6 @@ func (s *Server) ServeSPA(w http.ResponseWriter, r *http.Request) {
etag, ok := s.etags[path]
if !ok {
fmt.Printf("XXX %+#v\n", path)
http.Error(w, "Internal Server Error", http.StatusInternalServerError)
return
}