Skip to content

Commit

Permalink
Remove a useless debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Feb 8, 2018
1 parent b0ffc04 commit 9c7d52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func getImage() string {

if debug {
printfDebug(os.Stderr, "%s\n", strings.Join(buildCmd.Args, " "))
printfDebug(os.Stderr, "%s", dockerFile)
}
buildCmd.Stderr = os.Stderr
buildCmd.Dir = config.ImageBuildFolder
Expand Down

0 comments on commit 9c7d52d

Please sign in to comment.