[NUI] Delete exception of View.Remove
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / ViewPublicMethods.cs
index 7560872..8928784 100755 (executable)
@@ -183,7 +183,8 @@ namespace Tizen.NUI.BaseComponents
 
             if (child.GetParent() != this)
             {
-                throw new System.InvalidOperationException("You have deleted a view that is not a child of this view.");
+                //throw new System.InvalidOperationException("You have deleted a view that is not a child of this view.");
+                Tizen.Log.Error("NUI", "You have deleted a view that is not a child of this view.");
             }
 
             bool hasLayout = (layout != null);