Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored May 17, 2022
1 parent 82ebe1f commit 340c098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ Buffer.prototype.write = function write (string, offset, length, encoding) {

case 'base64url':
case 'base64':
// console.log(encoding, '::', string)
// Warning: maxLength not taken into account in base64Write
return base64Write(this, string, offset, length, encoding)

Expand Down

0 comments on commit 340c098

Please sign in to comment.