delete debug

This commit is contained in:
WAKAYAMA Shirou 2015-02-19 23:53:54 +09:00
parent bb1747fc85
commit 612e7109e1
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ func DiskIOCounters() (map[string]DiskIOCountersStat, error) {
} }
ret[drive] = stat ret[drive] = stat
} }
fmt.Println(ret)
return ret, nil return ret, nil
} }