From 00dae45e277a7eea8b17dff3fd8ed9bd84a0c160 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 31 Jan 2024 14:25:13 +0530 Subject: [PATCH] remove log --- libs/remix-ui/workspace/src/lib/actions/events.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/workspace/src/lib/actions/events.ts b/libs/remix-ui/workspace/src/lib/actions/events.ts index 932285bddf..b6e7200cc8 100644 --- a/libs/remix-ui/workspace/src/lib/actions/events.ts +++ b/libs/remix-ui/workspace/src/lib/actions/events.ts @@ -54,7 +54,6 @@ export const listenOnPluginEvents = (filePanelPlugin) => { }) plugin.on('fileManager', 'rootFolderChanged', async (path: string) => { - console.log('rootFolderChanged', path) rootFolderChanged(path) })