Skip to content

Commit

Permalink
Remove stray console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jun 7, 2024
1 parent 263c2c7 commit 42f9db5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/dom/src/core/plugins/scrolling/Scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export class Scroller extends CorePlugin<DragDropManager> {
}
}

console.log(element);

return element
? getScrollableAncestors(element, {excludeElement: false})
: null;
Expand Down Expand Up @@ -100,8 +98,6 @@ export class Scroller extends CorePlugin<DragDropManager> {

const elements = this.getScrollableElements();

console.log(elements);

if (!elements) {
return false;
}
Expand Down

0 comments on commit 42f9db5

Please sign in to comment.