mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05: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