Skip to content

Commit 12c21c7

Browse files
removed debug line
1 parent 82b09c3 commit 12c21c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daemon/procmon/details.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ func (p *Process) CleanPath() {
443443
// Therefore we cannot use /proc/self/exe directly, because it resolves to our own process.
444444
// Same for /proc/<pid>/fd/<number>
445445
if strings.HasPrefix(p.Path, ProcPrefix) {
446-
fmt.Println("CleanPath, /proc/self prefix:", p.Path, p.Args)
447446
if link, err := os.Readlink(p.pathExe); err == nil {
448447
p.Path = link
449448
return

0 commit comments

Comments
 (0)