Skip to content

Commit

Permalink
rm debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Aug 19, 2022
1 parent 3df491e commit 89fd491
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/agent/ebpfspy/session_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"context"
_ "embed"
"encoding/binary"
"fmt"
"github.com/pyroscope-io/pyroscope/pkg/agent/ebpfspy/cpuonline"
"github.com/pyroscope-io/pyroscope/pkg/agent/ebpfspy/sd"
"github.com/pyroscope-io/pyroscope/pkg/agent/spy"
Expand Down Expand Up @@ -149,7 +148,6 @@ func (s *Session) Reset(cb func(labels *spy.Labels, name []byte, value uint64, p
}
labels := s.serviceDiscovery.GetLabels(pid)
if labels == nil && s.onlyServices {
fmt.Printf("skipping %d %s\n", pid, comm)
continue
}
uStack := s.getStack(uStackID)
Expand Down

0 comments on commit 89fd491

Please sign in to comment.