remove console statement
This commit is contained in:
parent
45b84b7fcd
commit
a497b6bd96
|
|
@ -762,7 +762,6 @@ export class Registry {
|
|||
|
||||
const ffmpeg = descriptors.find(d => d.name === 'ffmpeg')!;
|
||||
const ffmpegExecutable = findExecutablePath(ffmpeg.dir, 'ffmpeg');
|
||||
console.log(ffmpegExecutable)
|
||||
this._executables.push({
|
||||
type: 'tool',
|
||||
name: 'ffmpeg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue