Skip to content

Commit

Permalink
Remove stray Println
Browse files Browse the repository at this point in the history
Signed-off-by: Juliette Pretot <julsh@google.com>
  • Loading branch information
jblebrun authored and jul-sh committed Apr 16, 2024
1 parent 39786f1 commit 82ec77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/builders/docker/pkg/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ type TempFileResult struct {
func saveOneTempFile(verbose bool, reader io.Reader, ch chan TempFileResult) {
var allBytes []byte
scanner := bufio.NewScanner(reader)
fmt.Println("READING....")
for scanner.Scan() {
bytes := scanner.Bytes()
allBytes = append(allBytes, bytes...)
Expand Down

0 comments on commit 82ec77d

Please sign in to comment.