Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fix: remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored and vmx committed Apr 1, 2019
1 parent c427402 commit a413cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ exports.configureDecoder = (options) => {
maxSize = defaultMaxSize
}

console.log('currentSize', currentSize, 'maxSize', maxSize)
let decoderOptions = {
tags: tags,
size: currentSize
Expand Down

0 comments on commit a413cb2

Please sign in to comment.