Remove timers

pull/3/head
Brogan Clements 2021-12-03 13:12:57 -05:00
parent ee321f0ae8
commit 9b0c90ba27
1 changed files with 0 additions and 3 deletions

View File

@ -303,8 +303,5 @@ function parseAll(directories) {
});
}
console.time("Parse Time");
let { input, output } = commandLineArgs(optionDefinitions);
parseAll(input);
console.timeEnd("Parse Time");