remove console log

This commit is contained in:
Abhinav 2022-11-16 14:53:30 +05:30
parent 87f4a85e99
commit 6320f0295d

View file

@ -80,7 +80,6 @@ export async function extractVideoMetadata(file: File | ElectronFile) {
export async function convertToMP4(file: File | ElectronFile) {
try {
const ffmpegClient = await ffmpegFactory.getFFmpegClient();
console.log('convertToMP4');
return await ffmpegClient.run(
[
FFMPEG_PLACEHOLDER,