(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:
Kristijan Ribarić
2024-11-09 17:20:04 +01:00
parent 7ab07c69aa
commit 14b8a1d8a2

View File

@@ -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) {