mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
(refactor) Remove debug logging
Removed a debug `console.log` statement that was used during swipe gesture implementation. This is no longer needed.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user