mirror of
https://github.com/esimov/caire.git
synced 2025-09-26 20:41:14 +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)
|
||||
if err != nil {
|
||||
fmt.Println("err:", err)
|
||||
os.Exit(2)
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user