瀏覽代碼

removed comment since command line creator was built

Steve Brunton 9 年之前
父節點
當前提交
96ce9027f3
共有 1 個文件被更改,包括 0 次插入1 次删除
  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))
 	}