[Pkg-javascript-commits] [node-jsonstream] 09/214: remove debugging

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:32 UTC 2017


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

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

commit 30c07a6a0439a8a8858e348ad21169780ea6597e
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Mon Sep 26 12:56:58 2011 +1000

    remove debugging
---
 index.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/index.js b/index.js
index c8b9499..818aebf 100644
--- a/index.js
+++ b/index.js
@@ -30,7 +30,6 @@ exports.parse = function (path) {
       var c = this.stack[1 + (+i)]
       
       if(!c) {
-        console.log(c, this.stack.length)
         return
       }
       var m = 
@@ -103,7 +102,6 @@ exports.stringify = function (op, sep, cl) {
     else stream.emit('data', sep + json)
   }
   stream.end = function (data) {
-    console.error('END ****************',JSON.stringify(cl))
     if(ended)
       return
     ended = true

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



More information about the Pkg-javascript-commits mailing list