Skip to content

Commit 02986ae

Browse files
committed
Remove traces
1 parent 8f7589b commit 02986ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

haxe/ui/backend/ComponentBase.hx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,16 +475,13 @@ class ComponentBase {
475475
}
476476

477477
private function __onMouseWheel(delta: Int) {
478-
trace("mouse wheel");
479478
var fn = _eventMap.get(MouseEvent.MOUSE_WHEEL);
480479

481480
if (fn == null) {
482-
trace("nope");
483481
return;
484482
}
485483

486484
if (!inBounds(lastMouseX, lastMouseY)) {
487-
trace("nope2");
488485
return;
489486
}
490487

0 commit comments

Comments
 (0)