Skip to content

Commit

Permalink
refactor: remove println
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Rohn <[email protected]>
Co-authored-by: Gary Liu <[email protected]>
  • Loading branch information
notrepo05 and syslxg committed Jun 21, 2023
1 parent ea61a44 commit ceefa97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/commands/test_tile.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ func (u TileTest) Execute(args []string) error {
dockerCmd := strings.Join(dockerCmds, " && ")
loggerWithInfo.Info("Running:", dockerCmd)
envVars := getTileTestEnvVars(absRepoDir, tileDir, envMap)
fmt.Printf("%+v\n", envVarsToSlice(envVars))
createResp, err := u.mobi.ContainerCreate(u.ctx, &container.Config{
Image: "kiln_test_dependencies:vmware",
Cmd: []string{"/bin/bash", "-c", dockerCmd},
Expand Down

0 comments on commit ceefa97

Please sign in to comment.