Skip to content

Commit

Permalink
fix(Endpoint): don't log too much
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Aug 25, 2016
1 parent 3f82c6b commit acdd7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = function(log, jsonPackage, tls, process) {
},

disconnect: function() {
console.log(JSON.stringify({
log.debug(JSON.stringify({
connected: this.connected,
connecting: this.connecting,
handshaken: this.handshaken,
Expand Down

0 comments on commit acdd7fa

Please sign in to comment.