Skip to content

Commit 23cdd6b

Browse files
committed
Remove two log entries
Cleans up the output logs even more. These entries don't add any more information since everything is grouped now.
1 parent a2e96a4 commit 23cdd6b

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

lib/analyze.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,8 @@ export async function runAnalyze(
357357

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

360-
logger.info("Finalizing database creation");
361360
await finalizeDatabaseCreation(config, threadsFlag, logger);
362361

363-
logger.info("Analyzing database");
364362
const queriesStats = await runQueries(
365363
outputDir,
366364
memoryFlag,

0 commit comments

Comments
 (0)