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