We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee59930 commit 00dae45Copy full SHA for 00dae45
libs/remix-ui/workspace/src/lib/actions/events.ts
@@ -54,7 +54,6 @@ export const listenOnPluginEvents = (filePanelPlugin) => {
54
})
55
56
plugin.on('fileManager', 'rootFolderChanged', async (path: string) => {
57
- console.log('rootFolderChanged', path)
58
rootFolderChanged(path)
59
60
0 commit comments