Skip to content

Commit 0dbc6fe

Browse files
committed
clean up log
1 parent c27216c commit 0dbc6fe

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/core/environment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ func (env *EnvironmentType) Processes() (result []*Process) {
606606
cmd, _ := p.CmdlineWithContext(ctx)
607607

608608
if env.isNginxProcess(name, cmd) {
609-
log.Infof("-------------------- %v", name)
610609
nginxProcesses[pid] = p
611610
}
612611

test/integration/vendor/github.com/nginx/agent/v2/src/core/environment.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/performance/vendor/github.com/nginx/agent/v2/src/core/environment.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)