about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 17:38:19 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 17:38:19 +0200
commit6d265e1bae520c9d4c0a947b20b70fe9b604d5aa (patch)
tree0fa17da5ec63d0cc996cf611325b577f0cfcade1
parentc5a4911b25ce22452e2c2202337a90f821b22052 (diff)
removed debug information
-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)
 	}
 }