[NUI] Delete unnecessary log (#2072)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 6 Oct 2020 01:51:54 +0000 (10:51 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 01:51:54 +0000 (10:51 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 7ab4403..74382b4 100755 (executable)
@@ -2118,7 +2118,6 @@ namespace Tizen.NUI.BaseComponents
                     return;
                 }
 
-                Log.Info("NUI", "Setting Layout on:" + Name + "\n");
                 layoutingDisabled = false;
                 layoutSet = true;