Browse Source

Remove debugging code.

pull/5686/head
Steven Kirk 6 years ago
parent
commit
f325da4f4d
  1. 3
      src/Avalonia.Base/ValueStore.cs

3
src/Avalonia.Base/ValueStore.cs

@ -461,9 +461,6 @@ namespace Avalonia
if (values.TryGetValue(entry.property, out var updatedSlot) &&
updatedSlot.Priority == BindingPriority.Unset)
{
if (entry.property.Name == "Transitions" && _owner._owner.GetType().Name == "TabItem")
{
}
values.Remove(entry.property);
}
}

Loading…
Cancel
Save