整理代码

This commit is contained in:
monitor1394
2020-04-11 20:41:39 +08:00
parent c5b810df8b
commit c8e9c72486
2 changed files with 0 additions and 3 deletions

View File

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