From ee27c5769e444c14eb657dc5bd6110ea01845443 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:54:31 +0100 Subject: removed logging --- src/http/http.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/http.go b/src/http/http.go index db42184..c35f378 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -275,7 +275,6 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { // if we're not at the root, we can still go futher down if r.RequestURI != "/" { content["CanGoUp"] = "true" - logrus.Tracef("can go up") } // define a new template to render the challenges in -- cgit 1.4.1