From 12af157d9bf731bf6b5b163171652ac165dc43c0 Mon Sep 17 00:00:00 2001 From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Tue, 6 Oct 2020 10:51:54 +0900 Subject: [PATCH] [NUI] Delete unnecessary log (#2072) Signed-off-by: huiyu.eun --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 7ab4403..74382b4 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -2118,7 +2118,6 @@ namespace Tizen.NUI.BaseComponents return; } - Log.Info("NUI", "Setting Layout on:" + Name + "\n"); layoutingDisabled = false; layoutSet = true; -- 2.7.4