Skip to content

Commit

Permalink
Removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Jan 31, 2025
1 parent aa08fef commit 7bc530c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hide/view/animgraph/BlendSpace2DEditor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ class BlendSpace2DEditor extends hide.view.FileView {
previewBlendPos.attr("transform", 'translate(${localXToGraph(rx)}, ${localYToGraph(ry)})');

queuedRequest = js.Browser.window.requestAnimationFrame(onRequestAnimationFrame);
trace(haxe.Timer.stamp());
return;
}
queuedRequest = -1;
Expand Down

0 comments on commit 7bc530c

Please sign in to comment.