We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1ede8 commit cb9dd48Copy full SHA for cb9dd48
packages/cli-repl/src/uri-generator.ts
@@ -73,7 +73,6 @@ function generateHost(options: CliOptions): string {
73
* @returns {string} The port.
74
*/
75
function generatePort(options: CliOptions): string {
76
- console.log(`in generatePort, options=${options.port}`);
77
return options.port ? options.port : DEFAULT_PORT;
78
}
79
0 commit comments