diff options
| author | Jeff Carr <[email protected]> | 2025-03-17 10:40:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-22 09:46:16 -0500 |
| commit | 03b03cb197c249c374b0e6783cd57c49cd904c64 (patch) | |
| tree | 1d78de929f48a31e3f3dffb7989bfb04a73090ae /windowHypervisors.go | |
| parent | a97379d76fa34265221b9ab05a38c802f4a09cda (diff) | |
fixes to the GUI
Diffstat (limited to 'windowHypervisors.go')
| -rw-r--r-- | windowHypervisors.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/windowHypervisors.go b/windowHypervisors.go index 8e3dc27..3c07791 100644 --- a/windowHypervisors.go +++ b/windowHypervisors.go @@ -147,9 +147,8 @@ func (dw *stdHypervisorTableWin) doNewStdHypervisors(pb *virtpb.Hypervisors) { totalUnknownDroplets += 1 } } - log.Printf("Total Droplets %d total libvirt only droplets = %d\n", totalDroplets, totalUnknownDroplets) + // log.Printf("Total Droplets %d total libvirt only droplets = %d\n", totalDroplets, totalUnknownDroplets) return fmt.Sprintf("%d", totalDroplets) - // return "todo" }) // display the protobuf |
