Procházet zdrojové kódy

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

ybx_Gdn před 1 rokem
rodič
revize
e02a7d9818
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;