1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:48:00 +01:00

Remove weird arg 'checking' log message from buffer.followLink.

This commit is contained in:
Doug Kearns
2011-03-07 00:30:22 +11:00
parent aaa3d9fa14
commit b9ab68edb9

View File

@@ -513,8 +513,6 @@ var Buffer = Module("buffer", {
break;
case dactyl.CURRENT_TAB:
break;
default:
dactyl.log("Invalid where argument for followLink()", 0);
}
this.focusElement(elem);