[Pkg-javascript-commits] [node-browserify-zlib] 05/33: Remove console.errors

Bastien Roucariès rouca at moszumanska.debian.org
Fri Apr 14 16:24:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browserify-zlib.

commit 53a642f8f7d01e2f8dc372617e514a572eb66c16
Author: Devon Govett <devongovett at gmail.com>
Date:   Mon Apr 7 23:14:59 2014 -0700

    Remove console.errors
---
 test/test-zlib-random-byte-pipes.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/test-zlib-random-byte-pipes.js b/test/test-zlib-random-byte-pipes.js
index 6b51107..6dba4c2 100755
--- a/test/test-zlib-random-byte-pipes.js
+++ b/test/test-zlib-random-byte-pipes.js
@@ -64,7 +64,6 @@ RandomReadStream.prototype.pause = function() {
 };
 
 RandomReadStream.prototype.resume = function() {
-  // console.error("rrs resume");
   this._paused = false;
   this.emit('resume');
   this._process();
@@ -101,7 +100,6 @@ RandomReadStream.prototype._process = function() {
 
   this._remaining -= block;
 
-  console.error('block=%d\nremain=%d\n', block, this._remaining);
   this._processing = false;
 
   this.emit('data', buf);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-zlib.git



More information about the Pkg-javascript-commits mailing list