1
0
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:
Kris Maglione
2010-10-14 17:35:37 -04:00
parent abf234ee0b
commit b0eb3230ab
2 changed files with 0 additions and 5 deletions

View File

@@ -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,