Skip to content

Commit

Permalink
fix: remove extra log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Dec 24, 2024
1 parent 16032ce commit 8802b17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export const watchExternalFolder = async (folder?: string) => {
export const setupFFmpeg = async (): Promise<string> => {
try {
const currentState = useCurrentStateStore();
console.log('setupFFmpeg:', currentState.ffmpegPath);
if (currentState.ffmpegPath) return currentState.ffmpegPath;

const ffmpegReleases = await fetchLatestRelease();
Expand Down

0 comments on commit 8802b17

Please sign in to comment.