Skip to content

Commit 63035eb

Browse files
Remove logging of container execution details in RunJob method of LocalRunner for cleaner output
1 parent b793691 commit 63035eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runner/local.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ func (l *LocalRunner) RunJob(ctx context.Context, _cmd string, req JobRequest) (
5151
envVars := l.buildEnvVars(req)
5252
cmdArgs := l.buildCmdArgs(_cmd, req)
5353

54-
fmt.Printf("Running container %s with image %s and cmd %s\n", req.Name, image, strings.Join(cmdArgs, " "))
55-
5654
containerCfg := &container.Config{
5755
Image: image,
5856
Cmd: cmdArgs,

0 commit comments

Comments
 (0)