[Pkg-javascript-commits] [node-leveldown] 73/492: remove more debugging guff

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 b93b6e544c9773a29f9068c3ff600fe6aa40b797
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Nov 18 12:35:55 2012 +1100

    remove more debugging guff
---
 test/read-stream-test.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/read-stream-test.js b/test/read-stream-test.js
index 9491af9..444ebf6 100644
--- a/test/read-stream-test.js
+++ b/test/read-stream-test.js
@@ -580,12 +580,9 @@ buster.testCase('ReadStream', {
             rs.on('close', this.verify.bind(this, rs, done))
           }.bind(this)
         , setup = function (db) {
-          console.log('opened')
             db.batch(this.sourceData.slice(), function (err) {
-              console.log('batching',err)
               refute(err)
               db.close(function (err) {
-                console.log('closed', err)
                 refute(err)
                 var db2 = levelup(db._location, { createIfMissing: false, errorIfExists: false, encoding: 'utf8' })
                 execute(db2)

-- 
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