Skip to content

Commit 00dae45

Browse files
committed
remove log
1 parent ee59930 commit 00dae45

File tree

1 file changed

+0
-1
lines changed
  • libs/remix-ui/workspace/src/lib/actions

1 file changed

+0
-1
lines changed

libs/remix-ui/workspace/src/lib/actions/events.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const listenOnPluginEvents = (filePanelPlugin) => {
5454
})
5555

5656
plugin.on('fileManager', 'rootFolderChanged', async (path: string) => {
57-
console.log('rootFolderChanged', path)
5857
rootFolderChanged(path)
5958
})
6059

0 commit comments

Comments
 (0)