Update src/Umbraco.Infrastructure/Examine/MediaValueSetBuilder.cs

This commit is contained in:
Mole
2021-07-12 12:53:04 +02:00
committed by GitHub
parent 69060bbc15
commit b3fa5f5f35

View File

@@ -46,8 +46,6 @@ namespace Umbraco.Cms.Infrastructure.Examine
{
foreach (IMedia m in media)
{
var umbracoFilePath = string.Empty;
var umbracoFile = string.Empty;
var urlValue = m.GetUrlSegment(_shortStringHelper, _urlSegmentProviders);