Skip to content

Commit 2a2e389

Browse files
committed
Removed additional log line
1 parent d3bba59 commit 2a2e389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/runner_process.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func (r *processRunner) Start(ctx context.Context, processType ProcessType, comm
9696
if err := c.Start(); err != nil {
9797
return nil, maskAny(err)
9898
}
99-
r.log.Infof("Starting: %s %s", command, strings.Join(args, " "))
10099
return &process{log: r.log, p: c.Process, isChild: true}, nil
101100
}
102101

0 commit comments

Comments
 (0)