diff options
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 |
