Skip to content

Commit

Permalink
Turn off log
Browse files Browse the repository at this point in the history
  • Loading branch information
snOOrz committed Oct 16, 2016
1 parent 1eb86a7 commit fa6f080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AqaraPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ AqaraPlatform.prototype.startServer = function() {
// Parse message which is sent from Aqara gateways
AqaraPlatform.prototype.parseMessage = function(msg, rinfo){
var platform = this;
platform.log.debug('recv %s(%d bytes) from client %s:%d\n', msg, msg.length, rinfo.address, rinfo.port);
// platform.log.debug('recv %s(%d bytes) from client %s:%d\n', msg, msg.length, rinfo.address, rinfo.port);
var json;
try {
json = JSON.parse(msg);
Expand Down

0 comments on commit fa6f080

Please sign in to comment.