We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381961 commit dc44085Copy full SHA for dc44085
1 file changed
src/bin/commands/build.ts
@@ -749,7 +749,6 @@ export async function betaCodeSandboxBuild(argv: yargs.ArgumentsCamelCase<BuildC
749
const portInfo = await client.ports.waitForPort(port, {
750
timeoutMs: 10_000,
751
});
752
- console.log("Port info", portInfo);
753
})
754
);
755
} else {
0 commit comments