From 0cba6faa71a9bb17dd30da7360fb2549459ec407 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Sat, 6 Feb 2016 10:11:39 -0500 Subject: [PATCH] Remove debug line --- thermostats/honeywell/scrape.php | 1 - 1 file changed, 1 deletion(-) diff --git a/thermostats/honeywell/scrape.php b/thermostats/honeywell/scrape.php index 6678216..4c3dc57 100644 --- a/thermostats/honeywell/scrape.php +++ b/thermostats/honeywell/scrape.php @@ -73,7 +73,6 @@ function getStatus($device){ $time = round(microtime(true) * 1000); $url = "https://mytotalconnectcomfort.com/portal/Device/Control/".$device; -// $url = 'http://up.jamesnweber.com/_sandbox/stat/post.php'; GLOBAL $ch;