Skip to content

Commit

Permalink
去掉调试日志
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Dec 1, 2020
1 parent 1b4e3a4 commit b1c9f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/XCharts/Runtime/Internal/BaseGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ protected virtual void OnLocalPositionChanged()

protected override void OnPopulateMesh(VertexHelper vh)
{
Debug.LogError("baseGraph:OnPopulateMesh");
vh.Clear();
DrawBackground(vh);
DrawGraphic(vh);
Expand Down

0 comments on commit b1c9f36

Please sign in to comment.