Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 17, 2021
1 parent c9e76a2 commit a08ddf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/directives/scrollable.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default (node, { y: yi = 0, step = scrollStep, maxSteps = Infinity }) =>

return {
destroy() {
console.log('cleaning up');
node.removeEventListener('wheel', wheelListener);
node.removeEventListener('touchstart', touchstartListener);
node.removeEventListener('touchmove', touchmoveListener);
Expand Down

0 comments on commit a08ddf3

Please sign in to comment.