diff --git a/dump.go b/dump.go index 7c6e1bd..f9a98b4 100644 --- a/dump.go +++ b/dump.go @@ -32,7 +32,6 @@ func dumpDroplets(w http.ResponseWriter, full bool) { loop := me.cluster.DropletsAll() // get the list of droplets for loop.Scan() { d := loop.Droplet() - fmt.Println(w, "Droplet UUID:", d.Uuid) // this line in golang could replace 80 lines of COBOL header := d.SprintDumpHeader() + " "