phillro/node-elasticsearch-client

Console.log left in

Closed this issue · 2 comments

var request = client.request(reqOptions);
    console.log(request)
    request.on('error',function(error){
        self.emit("error", error)
    })

Line 38 of elasticSearchCall.js is doing some zealous logging. Can you update and push out a new version to npm?

Thanks!

Chris

Oops, ill fix asap.

On Tue, Mar 13, 2012 at 4:08 PM, scriby <
reply@reply.github.com

wrote:

var request = client.request(reqOptions);
   console.log(request)
   request.on('error',function(error){
       self.emit("error", error)
   })

Line 38 of elasticSearchCall.js is doing some zealous logging. Can you
update and push out a new version to npm?

Thanks!

Chris


Reply to this email directly or view it on GitHub:
#11

Pulled the console.log out