remove trace logging

pull/5370/head
aniket-engg 1 year ago committed by Aniket
parent 9cb1752d4f
commit d1fc5a656e
  1. 1
      apps/remix-ide/src/app/plugins/remixd-handle.tsx

@ -50,7 +50,6 @@ export class RemixdHandle extends WebsocketPlugin {
}
async activate() {
console.trace('activate remixd')
this.connectToLocalhost()
return true
}

Loading…
Cancel
Save