From f325da4f4db7b3f45ab48d4cd3881056d6f5ab64 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 25 Mar 2021 22:11:07 +0100 Subject: [PATCH] Remove debugging code. --- src/Avalonia.Base/ValueStore.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Avalonia.Base/ValueStore.cs b/src/Avalonia.Base/ValueStore.cs index 17b3c7f7f5..495f13e1a9 100644 --- a/src/Avalonia.Base/ValueStore.cs +++ b/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); } }