diff --git a/libs/remix-ui/workspace/src/lib/actions/events.ts b/libs/remix-ui/workspace/src/lib/actions/events.ts index b4f4936a12..ffd7c9e05a 100644 --- a/libs/remix-ui/workspace/src/lib/actions/events.ts +++ b/libs/remix-ui/workspace/src/lib/actions/events.ts @@ -190,6 +190,5 @@ const fileRenamed = async (oldPath: string) => { } const rootFolderChanged = async (path) => { - console.log('rootFolderChanged', path) await dispatch(rootFolderChangedSuccess(path)) }