accidentally sending things to stdout

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-01 22:45:32 -05:00
parent 71e0065240
commit 638539c840
1 changed files with 0 additions and 1 deletions

View File

@ -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() + " "