Forgot debug println

This commit is contained in:
Paul Bellamy
2016-04-07 12:33:34 +01:00
parent bfb65cb4af
commit c075939379

View File

@@ -33,7 +33,6 @@ func readStats(path string) (ppid, threads int, jiffies, rss, rssLimit uint64, e
return
}
splits := strings.Fields(string(buf))
fmt.Printf("Got stats: %q, %d fields\n", splits, len(splits))
if len(splits) < 25 {
err = fmt.Errorf("Invalid /proc/PID/stat")
return