diff --git a/index.js b/index.js index 1d6476d..0e900c3 100644 --- a/index.js +++ b/index.js @@ -303,8 +303,5 @@ function parseAll(directories) { }); } -console.time("Parse Time"); let { input, output } = commandLineArgs(optionDefinitions); - parseAll(input); -console.timeEnd("Parse Time");