From 8daf8d07d79320e125a536d843728eb33adbc708 Mon Sep 17 00:00:00 2001 From: Djkato Date: Tue, 31 May 2022 23:53:39 +0200 Subject: [PATCH] Remove stray console.logs --- lib/encoder.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/encoder.js b/lib/encoder.js index 42a292d..95447c6 100644 --- a/lib/encoder.js +++ b/lib/encoder.js @@ -89,7 +89,6 @@ class Encoder { command += `-qmax 60 ` command += `-g 240 ` command += `-row-mt 1 "${out}.webm" ` - console.log(command) return [command, duration, false] } @@ -125,7 +124,6 @@ class Encoder { command += `-g 240 ` command += `-row-mt 1 -pass 2 "${out}.webm" ` - console.log(command) return [command, duration, isTwoPass] }