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:
@@ -372,7 +372,6 @@ const Dactyl = Module("dactyl", {
|
|||||||
|
|
||||||
focus: function focus(elem, flags) {
|
focus: function focus(elem, flags) {
|
||||||
flags = flags || services.focus.FLAG_BYMOUSE;
|
flags = flags || services.focus.FLAG_BYMOUSE;
|
||||||
util.dumpStack();
|
|
||||||
try {
|
try {
|
||||||
if (elem instanceof Document)
|
if (elem instanceof Document)
|
||||||
elem = elem.defaultView;
|
elem = elem.defaultView;
|
||||||
|
|||||||
@@ -286,7 +286,6 @@ const Modes = Module("modes", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
push: function push(mainMode, extendedMode, params) {
|
push: function push(mainMode, extendedMode, params) {
|
||||||
util.dumpStack();
|
|
||||||
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
|
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user