diff --git a/common/content/dactyl.js b/common/content/dactyl.js index d2a0bdf6..59a1904f 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -351,7 +351,6 @@ const Dactyl = Module("dactyl", { modifiers = modifiers || {}; - let err = null; for (let [command, args] in commands.parseCommands(str.replace(/^'(.*)'$/, "$1"))) { if (command === null) throw FailedAssertion("E492: Not a " + config.appName + " command: " + args.commandString);