Skip to content

Commit cb9dd48

Browse files
committed
remove printline
1 parent 1e1ede8 commit cb9dd48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli-repl/src/uri-generator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function generateHost(options: CliOptions): string {
7373
* @returns {string} The port.
7474
*/
7575
function generatePort(options: CliOptions): string {
76-
console.log(`in generatePort, options=${options.port}`);
7776
return options.port ? options.port : DEFAULT_PORT;
7877
}
7978

0 commit comments

Comments
 (0)