Skip to content

Commit

Permalink
remove pp.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jul 11, 2019
1 parent 31541f4 commit bdf2bbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/backend/goimage_flat.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"

"github.com/disintegration/imaging"
"github.com/k0kubun/pp"
colorful "github.com/lucasb-eyer/go-colorful"

"github.com/thoas/picfit/constants"
Expand Down Expand Up @@ -72,7 +71,6 @@ func (e *GoImage) Flat(backgroundFile *imagefile.ImageFile, options *Options) ([

func drawStickForeground(bg draw.Image, images []image.Image, options *Options) {
for i := range images {
pp.Println(images[i])
opts := &Options{
Upscale: true,
Width: options.Width,
Expand Down

0 comments on commit bdf2bbb

Please sign in to comment.