mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:37:58 +01:00
Remove debugging statements from last commit.
This commit is contained in:
@@ -272,7 +272,6 @@ const Modes = Module("modes", {
|
||||
},
|
||||
|
||||
pop: function pop(mode) {
|
||||
util.dumpStack(mode);
|
||||
while (this._modeStack.length > 1 && this.main != mode) {
|
||||
let a = this._modeStack.pop();
|
||||
this.set(this.topOfStack.main, this.topOfStack.extended, this.topOfStack.params,
|
||||
|
||||
Reference in New Issue
Block a user