diff options
author | Emile <hanemile@protonmail.com> | 2020-03-22 15:54:31 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-22 15:54:31 +0100 |
commit | ee27c5769e444c14eb657dc5bd6110ea01845443 (patch) | |
tree | 4bebd35b8f43cadf670c84310992d49401ff3715 | |
parent | 7080c3a2016446eb86311c323b70e6a6a4037f0b (diff) |
removed logging
-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 |