mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Cleanup unnecessary logs (#6788)
This commit is contained in:
@@ -672,7 +672,6 @@ func (a *azureObjects) GetObject(ctx context.Context, bucket, object string, sta
|
||||
}
|
||||
_, err = io.Copy(writer, rc)
|
||||
rc.Close()
|
||||
logger.LogIf(ctx, err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user