Skip to content

Commit

Permalink
remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodd committed Sep 11, 2018
1 parent 9f23a87 commit 660c134
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ func addDockerfileToTar(runImage, repoName string, buildpacks []string, r io.Rea
dirs[arr[1]][arr[2]] = true
}

if hdr.Typeflag == tar.TypeDir {
fmt.Println(len(arr), arr)
}

// TODO is it OK to do this if we have already read it above? eg. toml file
if _, err := io.Copy(tw, tr); err != nil {
layerChan <- nil
Expand Down

0 comments on commit 660c134

Please sign in to comment.