1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 08:07:59 +01:00

Remove some untoward dump statements that snuck into the last commit.

This commit is contained in:
Kris Maglione
2010-12-24 05:59:23 -05:00
parent 045d63819a
commit 6451646b0c
2 changed files with 0 additions and 2 deletions

View File

@@ -372,7 +372,6 @@ const Dactyl = Module("dactyl", {
focus: function focus(elem, flags) {
flags = flags || services.focus.FLAG_BYMOUSE;
util.dumpStack();
try {
if (elem instanceof Document)
elem = elem.defaultView;

View File

@@ -286,7 +286,6 @@ const Modes = Module("modes", {
},
push: function push(mainMode, extendedMode, params) {
util.dumpStack();
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
},