[NUI] Delete unnecessary log
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.Stage.cs
index 49368dc..0fac846 100755 (executable)
@@ -10,8 +10,6 @@ namespace Tizen.NUI
         {
             static Stage()
             {
-                ulong ret = Interop.Util.GetNanoSeconds();
-                Tizen.Log.Error("NUI", "Stage : " + ret);
             }
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Stage_DEFAULT_BACKGROUND_COLOR_get")]