Skip to content
Snippets Groups Projects
Commit ddce0064 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

linting

parent 55e80544
No related branches found
No related tags found
1 merge request!213Allow to reset key store and stop key fetching
Pipeline #225325 passed
...@@ -94,7 +94,6 @@ func logFileRequest(w http.ResponseWriter, r *http.Request) { ...@@ -94,7 +94,6 @@ func logFileRequest(w http.ResponseWriter, r *http.Request) {
http.Error(w, "Method not allowed", http.StatusMethodNotAllowed) http.Error(w, "Method not allowed", http.StatusMethodNotAllowed)
logrus.Errorf("Method not allowed: %s", r.Method) logrus.Errorf("Method not allowed: %s", r.Method)
return return
} }
logrus.Info("Log file requested") logrus.Info("Log file requested")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment