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?';