aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/internal/protopprof/protopprof.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/pprof/internal/protopprof/protopprof.go')
-rw-r--r--src/runtime/pprof/internal/protopprof/protopprof.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/pprof/internal/protopprof/protopprof.go b/src/runtime/pprof/internal/protopprof/protopprof.go
index 6d799d921f..5d269c4f65 100644
--- a/src/runtime/pprof/internal/protopprof/protopprof.go
+++ b/src/runtime/pprof/internal/protopprof/protopprof.go
@@ -49,7 +49,6 @@ func TranslateCPUProfile(b []byte, startTime time.Time) (*profile.Profile, error
}
count := data[0]
nstk := data[1]
- fmt.Printf("count:%v nstk: %v\n", count, nstk)
if uintptr(len(data)) < 2+nstk {
return nil, fmt.Errorf("truncated profile")
}