@@ -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;