From b1c9f36a308e7aab560751b60eaecbd2d9563bd4 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 1 Dec 2020 12:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/XCharts/Runtime/Internal/BaseGraph.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/XCharts/Runtime/Internal/BaseGraph.cs b/Assets/XCharts/Runtime/Internal/BaseGraph.cs index 4f8fd8f0..9dee46b5 100644 --- a/Assets/XCharts/Runtime/Internal/BaseGraph.cs +++ b/Assets/XCharts/Runtime/Internal/BaseGraph.cs @@ -214,7 +214,6 @@ protected virtual void OnLocalPositionChanged() protected override void OnPopulateMesh(VertexHelper vh) { - Debug.LogError("baseGraph:OnPopulateMesh"); vh.Clear(); DrawBackground(vh); DrawGraphic(vh);