fix(ide): remove noisy error log (#7066)

This commit is contained in:
Shreya Keshive
2025-08-25 18:29:31 -07:00
committed by GitHub
parent ae1f67df04
commit 75b1e01bb0

View File

@@ -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 };
}