about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-22 15:54:10 +0100
committerEmile <hanemile@protonmail.com>2020-03-22 15:54:10 +0100
commit8ebee822e0aa6307c69b307070d8ee61c63f999a (patch)
tree77aaff397e897aa17ed95301bb4655c204db91ec
parent7002244ea4e1a55415fad50699c119140498b117 (diff)
removed logging
-rw-r--r--src/http/http.go3
1 files changed, 0 insertions, 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