Skip to content

Commit 5b8e24f

Browse files
committed
Update desktopHost.ts
1 parent b14c9af commit 5b8e24f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/remixdesktop/src/plugins/desktopHost.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,9 @@ export class DesktopHostPluginClient extends ElectronBasePluginClient {
177177
}
178178

179179
if (callback) {
180-
console.log('SENDING BACK ASYNC', result, data, this.webContentsId, this.isInjected)
181180
callback(null, result)
182181
return
183182
}
184183
return result
185184
}
186-
}
185+
}

0 commit comments

Comments
 (0)