Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet committed Mar 24, 2016
1 parent c49eccb commit 9e5b04a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/outputs/output_lumberjack.js
Expand Up @@ -34,7 +34,6 @@ OutputLumberJack.prototype.start = function(callback) {
host: this.host,
port: this.port,
});
console.log(tls_options);
this.client = lumberjack.client(tls_options, options);
this.client.on('dropped', function(count) {
this.error_buffer.emit('error', new Error('Dropping data, queue size :' + count));
Expand Down

0 comments on commit 9e5b04a

Please sign in to comment.