From cb0ac829088b9fdaddd43b5e1e65fe5ceb18c89c Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Thu, 23 Apr 2015 22:55:25 -0400 Subject: [PATCH] Remove log --- accessories/X10.js | 1 - 1 file changed, 1 deletion(-) diff --git a/accessories/X10.js b/accessories/X10.js index 3978e59..14d39df 100644 --- a/accessories/X10.js +++ b/accessories/X10.js @@ -18,7 +18,6 @@ X10.prototype = { var that = this; this.log("Setting power state of " + this.deviceID + " to " + powerOn); - this.log("http://"+this.ip_address+"/x10/"+this.deviceID+"/power/"+binaryState+"?protocol="+this.protocol); request.put({ url: "http://"+this.ip_address+"/x10/"+this.deviceID+"/power/"+binaryState+"?protocol="+this.protocol, }, function(err, response, body) {