mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 22:44:12 +01:00
Remove debugging statements from last commit.
This commit is contained in:
@@ -788,8 +788,6 @@ const Events = Module("events", {
|
||||
let stop = false;
|
||||
let mode = modes.getStack(0);
|
||||
|
||||
util.dump(String(mode), key);
|
||||
|
||||
let win = document.commandDispatcher.focusedWindow;
|
||||
if (win && win.document && "designMode" in win.document && win.document.designMode == "on" && !config.isComposeWindow)
|
||||
stop = true;
|
||||
@@ -810,8 +808,6 @@ const Events = Module("events", {
|
||||
}
|
||||
// handle Escape-all-keys mode (Ctrl-q)
|
||||
|
||||
util.dump(String(mode), key, stop);
|
||||
|
||||
if (stop) {
|
||||
this._input.buffer = "";
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user