mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-10 18:45:08 -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) {
|
||||
transforms.push('transpose=2');
|
||||
}
|
||||
console.log(transforms);
|
||||
|
||||
const command = ffmpeg(url.toString())
|
||||
.nativeFramerate()
|
||||
|
Loading…
Reference in New Issue
Block a user