diff --git a/probe/process/walker_linux.go b/probe/process/walker_linux.go index 80ecd7f86..867f7538c 100644 --- a/probe/process/walker_linux.go +++ b/probe/process/walker_linux.go @@ -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