remove console log, #58929

This commit is contained in:
Johannes Rieken
2018-09-21 15:10:19 +02:00
parent ba16f6c1e5
commit f6c98dfa5e

View File

@@ -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;