From cabb2c2fb0eb80fc094ee3d16c32115e231c9282 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 24 Feb 2015 17:01:25 +0000 Subject: [PATCH] Turn off debug --- home/inc/class.home_weather_portlet.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/inc/class.home_weather_portlet.inc.php b/home/inc/class.home_weather_portlet.inc.php index f5dc2a08f1..1142b7ea3c 100644 --- a/home/inc/class.home_weather_portlet.inc.php +++ b/home/inc/class.home_weather_portlet.inc.php @@ -102,7 +102,7 @@ class home_weather_portlet extends home_portlet */ public function get_weather(Array $query, $api_url = '') { - static $debug = true; + static $debug = false; if(!$api_url) { $api_url = self::API_URL . '/weather?';