diff --git a/src/helpers/fs.ts b/src/helpers/fs.ts index 373ce6bc7..9d0ffef1c 100644 --- a/src/helpers/fs.ts +++ b/src/helpers/fs.ts @@ -285,7 +285,6 @@ export const watchExternalFolder = async (folder?: string) => { export const setupFFmpeg = async (): Promise => { try { const currentState = useCurrentStateStore(); - console.log('setupFFmpeg:', currentState.ffmpegPath); if (currentState.ffmpegPath) return currentState.ffmpegPath; const ffmpegReleases = await fetchLatestRelease();