From a413cb21725f336c1679bf186a8a567751aae982 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 1 Apr 2019 18:43:31 +0100 Subject: [PATCH] fix: remove console.log statement --- src/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.js b/src/util.js index dac3c18..8cabea2 100644 --- a/src/util.js +++ b/src/util.js @@ -109,7 +109,6 @@ exports.configureDecoder = (options) => { maxSize = defaultMaxSize } - console.log('currentSize', currentSize, 'maxSize', maxSize) let decoderOptions = { tags: tags, size: currentSize