mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
remove console log, #58929
This commit is contained in:
@@ -314,7 +314,6 @@ export async function main(argv: string[]): Promise<any> {
|
||||
port: portRenderer,
|
||||
tries: 200,
|
||||
chooseTab: function (targets) {
|
||||
console.log(targets);
|
||||
return targets.find(target => {
|
||||
if (!target.webSocketDebuggerUrl) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user