remove console statement

This commit is contained in:
Simon Knott 2024-12-18 14:39:23 +01:00
parent 45b84b7fcd
commit a497b6bd96
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -762,7 +762,6 @@ export class Registry {
const ffmpeg = descriptors.find(d => d.name === 'ffmpeg')!; const ffmpeg = descriptors.find(d => d.name === 'ffmpeg')!;
const ffmpegExecutable = findExecutablePath(ffmpeg.dir, 'ffmpeg'); const ffmpegExecutable = findExecutablePath(ffmpeg.dir, 'ffmpeg');
console.log(ffmpegExecutable)
this._executables.push({ this._executables.push({
type: 'tool', type: 'tool',
name: 'ffmpeg', name: 'ffmpeg',