1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 18:42:27 +01:00

Dont allow <holding-tab> to lag

This commit is contained in:
Kris Maglione
2008-12-08 08:37:08 -05:00
parent 7b7fbdd935
commit 485579738d
3 changed files with 7 additions and 7 deletions

View File

@@ -74,9 +74,6 @@ const modes = (function () //{{{
// for its cleanup here
function handleModeChange(oldMode, newMode)
{
// TODO: fix v.log() to work with verbosity level
//liberator.log("switching from mode " + oldMode + " to mode " + newMode, 7);
//liberator.dump("switching from mode " + oldMode + " to mode " + newMode + "\n");
switch (oldMode)
{
@@ -220,7 +217,6 @@ const modes = (function () //{{{
reset: function (silent)
{
modeStack = [];
liberator.dump("reset");
if (config.isComposeWindow)
this.set(modes.COMPOSE, modes.NONE, silent);
else