mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:47:58 +01:00
Remove some untoward dump statements that snuck into the last commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -286,7 +286,6 @@ const Modes = Module("modes", {
|
||||
},
|
||||
|
||||
push: function push(mainMode, extendedMode, params) {
|
||||
util.dumpStack();
|
||||
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user