Remove accidentally leftover logs

This commit is contained in:
esimov
2024-04-24 14:39:49 +03:00
parent bdceadba96
commit fa706efcb6

View File

@@ -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
}