Skip to content

Commit

Permalink
Remove accidentally leftover logs
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Apr 24, 2024
1 parent bdceadb commit fa706ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ func (p *Processor) Process(r io.Reader, w io.Writer) error {

src, _, err := image.Decode(r)
if err != nil {
fmt.Println("err:", err)
os.Exit(2)
return err
}

Expand Down

0 comments on commit fa706ef

Please sign in to comment.