about summary refs log tree commit diff
path: root/src/http/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/http.go')
-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