2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00

Remove a debug print

This commit is contained in:
Adam Goldsmith 2022-01-04 21:35:02 -05:00
parent b607696455
commit 201e801d63

View File

@ -22,7 +22,6 @@ export function make_mp4frag(
if (webcamSettings.rotate90) { if (webcamSettings.rotate90) {
transforms.push('transpose=2'); transforms.push('transpose=2');
} }
console.log(transforms);
const command = ffmpeg(url.toString()) const command = ffmpeg(url.toString())
.nativeFramerate() .nativeFramerate()