Skip to content

Commit 6860504

Browse files
fix
1 parent e2e30f3 commit 6860504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ func commandBuild(build Build) *exec.Cmd {
417417
}
418418
if build.IsMultipleBuildArgs {
419419
for _, arg := range build.ArgsNew {
420-
fmt.Println(arg)
421-
fmt.Println("hehe")
422420
args = append(args, "--build-arg", arg)
423421
}
424422
} else {

0 commit comments

Comments
 (0)