summaryrefslogtreecommitdiff
path: root/dump.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 22:45:32 -0500
committerJeff Carr <[email protected]>2024-11-01 22:45:32 -0500
commit638539c8403f3c923ffd6a69d96037b5b465abe1 (patch)
tree3137974e243d6e61cfc7a300bd1695815aec80ec /dump.go
parent71e0065240b5bf4a4476e55cc6dcb3648aa82e8f (diff)
accidentally sending things to stdoutv0.2.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dump.go')
-rw-r--r--dump.go1
1 files changed, 0 insertions, 1 deletions
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() + " "