From 52754aaaaa4b133834eab940e234df4a83837202 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 23 Sep 2019 12:42:36 +0200 Subject: removed the code wrigin to a responseWriter --- funcs.go | 2 -- 1 file changed, 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/ directory for _, category := range categories { - fmt.Fprintf(w, "downloading %s... ", category) log.Printf("downloading %s... ", category) downloadCategory(category) - fmt.Fprintf(w, "done.\n") } } -- cgit 1.4.1