diff options
-rw-r--r-- | src/http/http.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |