From 8ebee822e0aa6307c69b307070d8ee61c63f999a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:54:10 +0100 Subject: removed logging --- src/http/http.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/http/http.go b/src/http/http.go index e9be58d..246f564 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -248,9 +248,6 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { // add the file and dir count to the contents map content["NumDirs"] = dirCount content["NumFiles"] = fileCount - logrus.Tracef("") - logrus.Tracef("numDirs: %d", dirCount) - logrus.Tracef("numFiles: %d", fileCount) // if there are more than one breadcrumb, define the uppath as the second // last breadcrumb -- cgit 1.4.1