diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 22:45:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 22:45:32 -0500 |
| commit | 638539c8403f3c923ffd6a69d96037b5b465abe1 (patch) | |
| tree | 3137974e243d6e61cfc7a300bd1695815aec80ec /dump.go | |
| parent | 71e0065240b5bf4a4476e55cc6dcb3648aa82e8f (diff) | |
accidentally sending things to stdoutv0.2.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dump.go')
| -rw-r--r-- | dump.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() + " " |
