Remove log

This commit is contained in:
Evan Coleman
2015-04-23 22:55:25 -04:00
parent 7cf26e6c45
commit cb0ac82908

View File

@@ -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) {