From d1fc5a656e1b7dec9aeb67d30a07d8319beda275 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 16 Jan 2024 19:30:04 +0530 Subject: [PATCH] remove trace logging --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index b31e8f6208..dd31537378 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/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 }