Cleanup unnecessary logs (#6788)

This commit is contained in:
kannappanr
2018-11-09 14:03:37 -08:00
committed by GitHub
parent b24b320807
commit df2d75a2a3
3 changed files with 0 additions and 18 deletions

View File

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