From 059a5378582b1e6e148f134208aeba5c8c6631a7 Mon Sep 17 00:00:00 2001 From: Sean Knight Date: Wed, 22 Mar 2017 14:31:36 -0700 Subject: [PATCH] Remove stray console.log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index d9e8410..bcdb546 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,6 @@ module.exports = opts => buf => { const args = []; if (isInt(opts.quality) && opts.quality >= 0 && opts.quality <= 100) { - console.log(opts.quality); args.push('-quality', opts.quality); }