From c8e9c72486964695b9a32485397110b9aff7aed2 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 11 Apr 2020 20:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/API/BaseChart_API.cs | 1 - Runtime/Helper/CheckHelper.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Runtime/API/BaseChart_API.cs b/Runtime/API/BaseChart_API.cs index 1efcf1ba..2ac5a924 100644 --- a/Runtime/API/BaseChart_API.cs +++ b/Runtime/API/BaseChart_API.cs @@ -649,7 +649,6 @@ namespace XCharts public string CheckWarning() { warningInfo = CheckHelper.CheckChart(this); - Debug.LogError(warningInfo); return warningInfo; } } diff --git a/Runtime/Helper/CheckHelper.cs b/Runtime/Helper/CheckHelper.cs index b98da654..2d5cf764 100644 --- a/Runtime/Helper/CheckHelper.cs +++ b/Runtime/Helper/CheckHelper.cs @@ -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 {