about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--funcs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/funcs.go b/funcs.go
index fbcd62d..afd2d06 100644
--- a/funcs.go
+++ b/funcs.go
@@ -59,9 +59,7 @@ func dumpall() {
 
 	// download all the categories to the data/<category name> directory
 	for _, category := range categories {
-		fmt.Fprintf(w, "downloading %s... ", category)
 		log.Printf("downloading %s... ", category)
 		downloadCategory(category)
-		fmt.Fprintf(w, "done.\n")
 	}
 }