Skip to content

Commit

Permalink
Forgot debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Apr 7, 2016
1 parent bfb65cb commit c075939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion probe/process/walker_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c075939

Please sign in to comment.