整理代码

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

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
{