Skip to content

Commit 22028f8

Browse files
committed
Removed console.log
1 parent 788401f commit 22028f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/inquirer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ async function getDeveloperHubUrl(): Promise<string> {
166166
}
167167

168168
developerHubBaseUrl = developerHubBaseUrl.startsWith('dev11')?developerHubBaseUrl.replace('dev11','dev'):developerHubBaseUrl;
169-
console.log(developerHubBaseUrl)
170169
return developerHubBaseUrl;
171170
}
172171

0 commit comments

Comments
 (0)