Browse Source

CurveEditor: remove trace

lviguier 5 months ago
parent
commit
d684096893
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hide/comp/CurveEditor.hx

+ 0 - 1
hide/comp/CurveEditor.hx

@@ -190,7 +190,6 @@ class EventsEditor extends Component implements CurveEditorComponent
 				}
 
 				var xOffset = @:privateAccess -this.curveEditor.xt(0);
-				trace(xOffset);
 
 				var evt = evtLabel.get(0);
 				var labelWidth = evtLabel.find("span").width();