Archived
1
0

Remove debug line

This commit is contained in:
James Stuckey Weber
2016-02-06 10:11:39 -05:00
parent bb0835831c
commit 0cba6faa71

View File

@@ -73,7 +73,6 @@ function getStatus($device){
$time = round(microtime(true) * 1000); $time = round(microtime(true) * 1000);
$url = "https://mytotalconnectcomfort.com/portal/Device/Control/".$device; $url = "https://mytotalconnectcomfort.com/portal/Device/Control/".$device;
// $url = 'http://up.jamesnweber.com/_sandbox/stat/post.php';
GLOBAL $ch; GLOBAL $ch;