Skip to content

Commit 53a642f

Browse files
committed
Remove console.errors
1 parent 9b59036 commit 53a642f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test-zlib-random-byte-pipes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ RandomReadStream.prototype.pause = function() {
6464
};
6565

6666
RandomReadStream.prototype.resume = function() {
67-
// console.error("rrs resume");
6867
this._paused = false;
6968
this.emit('resume');
7069
this._process();
@@ -101,7 +100,6 @@ RandomReadStream.prototype._process = function() {
101100

102101
this._remaining -= block;
103102

104-
console.error('block=%d\nremain=%d\n', block, this._remaining);
105103
this._processing = false;
106104

107105
this.emit('data', buf);

0 commit comments

Comments
 (0)