mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:37:58 +01:00
Remove stale dump statement.
--HG-- branch : key-processing
This commit is contained in:
@@ -503,8 +503,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
dactyl.focusedElement.blur();
|
||||
if (win && Editor.getEditor(win)) {
|
||||
win.blur();
|
||||
if (win.frameElement)
|
||||
util.dump("blur(" + util.objectToString(win.frameElement) + ")");
|
||||
if (win.frameElement)
|
||||
win.frameElement.blur();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user