Skip to content

Commit a83b3a5

Browse files
Remove debugging
1 parent 7f7fdfa commit a83b3a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vitest/reporter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class VitestBuildkiteTestEngineReporter extends JsonReporter {
2727
* https://github.com/vitest-dev/vitest/blob/33b930a12feb9f8932b10ed9e41e078200f62379/packages/vitest/src/node/reporters/json.ts#L208
2828
*/
2929
async writeReport(reportString) {
30-
console.log(reportString)
3130
const report = JSON.parse(reportString);
3231
const originStart = report.startTime;
3332
const testResults = report.testResults.flatMap((testResult) => {

0 commit comments

Comments
 (0)