bug fix, forgot to remove debugging flag

This commit is contained in:
inxi-svn 2013-05-18 04:13:09 +00:00
parent 76dc2733b8
commit eaed735103

2
inxi
View file

@ -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=''