diff --git a/content/commands.js b/content/commands.js index 3fe77256..380f8c8d 100644 --- a/content/commands.js +++ b/content/commands.js @@ -444,9 +444,6 @@ function Commands() //{{{ while (i < str.length) { // skip whitespace - //let re = /^\s*/; - //re.lastIndex = i; - //i += re.exec(str)[0].length; if (/\s/.test(str[i])) { i++;