diff options
Diffstat (limited to 'internal/flamegraph/worker.go')
| -rw-r--r-- | internal/flamegraph/worker.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index a24be6d..40f6d3f 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -2,7 +2,6 @@ package flamegraph import ( "context" - "fmt" "ior/internal/event" "sync" "time" @@ -23,7 +22,6 @@ func (w worker) run(ctx context.Context, wg *sync.WaitGroup, ch <-chan *event.Pa for { select { case ev := <-ch: - fmt.Println("worker got event", ev) w.iod.add(ev) ev.Recycle() |
