整理代码

This commit is contained in:
monitor1394
2020-04-11 20:41:39 +08:00
parent cc0187291e
commit 0dde0217f9
4 changed files with 250 additions and 61 deletions

View File

@@ -649,7 +649,6 @@ namespace XCharts
public string CheckWarning()
{
warningInfo = CheckHelper.CheckChart(this);
Debug.LogError(warningInfo);
return warningInfo;
}
}

View File

@@ -1,4 +1,3 @@
using System.Linq;
/******************************************/
/* */
/* Copyright (c) 2018 monitor1394 */
@@ -7,7 +6,6 @@ using System.Linq;
/******************************************/
using System.Text;
using UnityEngine;
using UnityEngine.UI;
namespace XCharts
{

File diff suppressed because it is too large Load Diff