Skip to content

Commit e9e2fd8

Browse files
committed
chore(size): remove log statement
1 parent ed16dce commit e9e2fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/benchmark-size/runner/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const sizeReport = async (options: SizeReportOptions) => {
8787
const packageContextToTest = testScope.filter((perTestScope) => changedPackageNames.includes(perTestScope.package));
8888
console.info(`Found ${packageContextToTest.length} packages in the defined scope have size test scope.`);
8989
const localRegistryProcess = spawnLocalRegistry(PORT);
90-
localRegistryProcess.stdout.pipe(process.stdout);
9190

9291
// Wait for the register to spin up.
9392
await sleep(1000);

0 commit comments

Comments
 (0)