Turn off debug

This commit is contained in:
Nathan Gray 2015-02-24 17:01:25 +00:00
parent 67f7a82c7d
commit cabb2c2fb0

View File

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