Skip to content

Commit dc44085

Browse files
committed
remove port info log
1 parent 1381961 commit dc44085

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/commands/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ export async function betaCodeSandboxBuild(argv: yargs.ArgumentsCamelCase<BuildC
749749
const portInfo = await client.ports.waitForPort(port, {
750750
timeoutMs: 10_000,
751751
});
752-
console.log("Port info", portInfo);
753752
})
754753
);
755754
} else {

0 commit comments

Comments
 (0)