[NUI] Delete unnecessary log in BaseHandle (#2081)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 7 Oct 2020 01:58:36 +0000 (10:58 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 01:58:36 +0000 (10:58 +0900)
If Dispose is already called, the log is displayed unnecessarily.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseHandle.cs

index 95bac96..7c4fd48 100755 (executable)
@@ -402,9 +402,6 @@ namespace Tizen.NUI
         {
             if (swigCPtrCopy.Handle == IntPtr.Zero)
             {
-                global::System.Diagnostics.StackTrace trace = new global::System.Diagnostics.StackTrace();
-                Tizen.Log.Error("NUI", "" + trace);
-                Tizen.Log.Error("NUI", "[ERROR] the native handle is invalid!");
                 return false;
             }