Skip to content

Commit

Permalink
(refactor) Remove debug logging
Browse files Browse the repository at this point in the history
Removed a debug `console.log` statement that was used
during swipe gesture implementation.  This is no
longer needed.
  • Loading branch information
kristijanribaric committed Nov 9, 2024
1 parent 7ab07c6 commit 14b8a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/base/zen-components/ZenWorkspaces.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
this._swipeState.direction = this._swipeState.cumulativeDelta > 0 ? 'right' : 'left';
}

console.log('MozSwipeGestureUpdateEND', this._swipeState);
}

async _handleSwipeEnd(event) {
Expand Down

0 comments on commit 14b8a1d

Please sign in to comment.