[Pkg-javascript-commits] [node-leveldown] 72/492: remove console.log in test

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:46 UTC 2014


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

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 2ff58a7baad14e2def7daf3a5bf98b5ea9fd6359
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Nov 18 12:25:52 2012 +1100

    remove console.log in test
---
 test/read-stream-test.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/read-stream-test.js b/test/read-stream-test.js
index 87a671d..9491af9 100644
--- a/test/read-stream-test.js
+++ b/test/read-stream-test.js
@@ -576,7 +576,6 @@ buster.testCase('ReadStream', {
             assert.isTrue(rs.readable)
             rs.on('ready', this.readySpy)
             rs.on('data' , this.dataSpy)
-            rs.on('data' , function () { console.log('data', arguments) })
             rs.on('end'  , this.endSpy)
             rs.on('close', this.verify.bind(this, rs, done))
           }.bind(this)

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



More information about the Pkg-javascript-commits mailing list