From c075939379adf05d4784af019a5de5bd46428e3f Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Thu, 7 Apr 2016 12:33:34 +0100 Subject: [PATCH] Forgot debug println --- probe/process/walker_linux.go | 1 - 1 file changed, 1 deletion(-) 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