remove log message

This commit is contained in:
Ben Aldrich 2015-09-04 13:41:08 -06:00
parent 6c000b035d
commit 0fab61e73e
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func DiskUsage(path string) (*DiskUsageStat, error) {
}
func DiskPartitions(all bool) ([]DiskPartitionStat, error) {
fmt.Println("IN DISK PARTITIONS")
var ret []DiskPartitionStat
lpBuffer := make([]byte, 254)
diskret, _, err := procGetLogicalDriveStringsW.Call(