Skip to content

Commit

Permalink
Remove unnecessary print statement from previous pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
baskarap committed Jan 17, 2020
1 parent b4701b3 commit 324fc22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/processor/native/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ type overlayResult struct {

func (bp *BildProcessor) transformOverlay(i, w, h int, oa *processor.OverlayAttrs, c *chan overlayResult) {
overlayImg, _, err := bp.Decode(oa.Img)
fmt.Print(overlayImg)
if err != nil {
*c <- overlayResult{index: i, err: err}
}
Expand Down

0 comments on commit 324fc22

Please sign in to comment.