Browse Source

注释无用debug

蓝色星空 2 năm trước cách đây
mục cha
commit
8be617be57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/SDK/Common/Base/Log/DebugMy.cs

+ 1 - 1
Assets/SDK/Common/Base/Log/DebugMy.cs

@@ -36,7 +36,7 @@ namespace SC.XR.Unity {
                 }
             } else {
                 if(Application.platform == RuntimePlatform.Android || Application.platform == RuntimePlatform.WindowsEditor) {
-                    Debug.Log(Tag + "[" + o.GetType().ToString() + "]: " + msg);
+                    //Debug.Log(Tag + "[" + o.GetType().ToString() + "]: " + msg);
                 } else {
                     Console.WriteLine(Tag + "[" + o.GetType().ToString() + "]: " + msg);
                 }