1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +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;