Quellcode durchsuchen

removed comment since command line creator was built

Steve Brunton vor 9 Jahren
Ursprung
Commit
96ce9027f3
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      web/admin.go

+ 0 - 1
web/admin.go

@@ -33,7 +33,6 @@ func (h *adminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 	switch r.Method {
 	case "GET":
 		adminGet(h.ctx, w, r)
-	// POST coming later to be able to reload if needed.
 	default:
 		writeJSONError(w, http.StatusText(http.StatusMethodNotAllowed))
 	}