From 9b69a9a18d47a2205daec3296f11eb24e6e2b714 Mon Sep 17 00:00:00 2001 From: Radu Simionescu Date: Mon, 29 Oct 2018 13:06:52 -0700 Subject: [PATCH] Removed a test leftover --- ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs b/ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs index 8f021583a74..7f8334d8522 100644 --- a/ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs +++ b/ReactWindows/ReactNative/Views/Text/ReactTextShadowNode.cs @@ -259,12 +259,6 @@ private void UpdateTextBlockCore(RichTextBlock textBlock, bool measureOnly) if (!measureOnly) { - var x = GetPadding(YogaEdge.Left); - if (x != 0) - { - ; - } - textBlock.Padding = new Thickness( GetPadding(YogaEdge.Left), GetPadding(YogaEdge.Top),