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 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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue