Skip to content

Commit

Permalink
fix: clear logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ferreiro Val committed Jun 19, 2019
1 parent 1d70187 commit cdfe267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@best/analyzer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export async function analyzeBenchmarks(benchmarkResults: BenchmarkResultsSnapsh
}, {});

const benchmarkStructure = createStatsStructure(structure, benchmarkStats) as StatsNodeGroup;
console.log(JSON.stringify(benchmarkStructure, null, ' '));

benchmarkResult.stats = {
version: VERSION,
Expand Down

0 comments on commit cdfe267

Please sign in to comment.