Explorar el Código

Merge branch 'hy_en' of ssh://192.168.0.8:29418/XianJing into hy_ios_en

ybx_Gdn hace 1 año
padre
commit
e02a7d9818
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/Src/Core/Config/ConfigMgr.cs

+ 1 - 1
Assets/Src/Core/Config/ConfigMgr.cs

@@ -315,7 +315,7 @@ public class ConfigMgr : Singleton<ConfigMgr>
             ret = new string[2];
             ret[0] = text.Substring(0,i);
             ret[1] = FileHelper.RemoveHeadandTailChar(text.Substring(i + 1, text.Length - i - 1), '"');
-            Debug.Log($"1 = {ret[0]}   2 = {ret[1]}");
+            //Debug.Log($"1 = {ret[0]}   2 = {ret[1]}");
         }
 
         return ret;