about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--funcs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs.go b/funcs.go
index 256fcda..95454b0 100644
--- a/funcs.go
+++ b/funcs.go
@@ -91,7 +91,6 @@ func dumpall() {
 
 	// download all the categories to the data/<category name> directory
 	for _, category := range categories {
-		log.Printf("downloading %s... ", category)
 		downloadCategory(category)
 	}
 }