diff --git a/home/control_update.go b/home/control_update.go index 92c82f1e..b1847754 100644 --- a/home/control_update.go +++ b/home/control_update.go @@ -59,7 +59,6 @@ type getVersionJSONRequest struct { func handleGetVersionJSON(w http.ResponseWriter, r *http.Request) { if config.disableUpdate { - httpError(w, http.StatusInternalServerError, "New app version check is disabled by user") return }