Skip to content

Commit

Permalink
Remove two log entries
Browse files Browse the repository at this point in the history
Cleans up the output logs even more. These entries don't add any more
information since everything is grouped now.
  • Loading branch information
Andrew Eisenberg committed Jun 9, 2021
1 parent a2e96a4 commit 23cdd6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,8 @@ export async function runAnalyze(

fs.mkdirSync(outputDir, { recursive: true });

logger.info("Finalizing database creation");
await finalizeDatabaseCreation(config, threadsFlag, logger);

logger.info("Analyzing database");
const queriesStats = await runQueries(
outputDir,
memoryFlag,
Expand Down

0 comments on commit 23cdd6b

Please sign in to comment.