diff options
| -rw-r--r-- | linkHints.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/linkHints.js b/linkHints.js index b30c74e0..c470dfe0 100644 --- a/linkHints.js +++ b/linkHints.js @@ -223,13 +223,6 @@ function updateLinkHints() { matchedLink.focus(); deactivateLinkHintsMode(); } - /*if (!shouldOpenLinkHintWithQueue) { - matchedLink.focus(); - deactivateLinkHintsMode(); - } else { - console.log("Reseting Hint Link Mode"); - resetLinkHintsMode(); - }*/ } } } |
