mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-11 02:55:09 -05:00
Remove a debug print
This commit is contained in:
parent
b607696455
commit
201e801d63
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user