diff --git a/packages/core/src/ide/process-utils.ts b/packages/core/src/ide/process-utils.ts index a8d58c75..17d1d520 100644 --- a/packages/core/src/ide/process-utils.ts +++ b/packages/core/src/ide/process-utils.ts @@ -99,9 +99,6 @@ async function getIdeProcessInfoForUnix(): Promise<{ } } - console.error( - 'Failed to find shell process in the process tree. Falling back to top-level process, which may be inaccurate. If you see this, please file a bug via /bug.', - ); const { command } = await getProcessInfo(currentPid); return { pid: currentPid, command }; }