From eaed73510316743a6a9cb8732f30e1a42f152696 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 18 May 2013 04:13:09 +0000 Subject: [PATCH] bug fix, forgot to remove debugging flag --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 0f03a5d..cf5cc96 100755 --- a/inxi +++ b/inxi @@ -7970,7 +7970,7 @@ get_weather_data() local weather_feed='http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=' local weather_spider='http://wunderground.com/' local data_grab_error='' wget_error=0 - local b_test_loc=true b_test_weather=false b_debug=false + local b_test_loc=false b_test_weather=false b_debug=false local test_location='location2.xml' test_weather='weather-feed.xml' local location_data='' location='' weather_data='' location_array_value='' a_location='' local weather_array_value='' site_elevation=''