mirror of
https://github.com/esimov/caire.git
synced 2025-10-05 08:37:01 +08:00
Remove accidentally leftover logs
This commit is contained in:
@@ -494,8 +494,6 @@ func (p *Processor) Process(r io.Reader, w io.Writer) error {
|
|||||||
|
|
||||||
src, _, err := image.Decode(r)
|
src, _, err := image.Decode(r)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("err:", err)
|
|
||||||
os.Exit(2)
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user