yawn: forgot to remove debug strings

This commit is contained in:
luke bonham 2013-09-13 20:15:45 +02:00
parent b87b05203e
commit db1fb613b3
1 changed files with 0 additions and 2 deletions

View File

@ -134,8 +134,6 @@ local function fetch_weather()
forecast = weather_data:match(": %S.-,"):gsub(": ", ""):gsub(",", "")
units = units:gsub(" ", "")
naughty.notify({text=forecast, timeout=10})
naughty.notify({text=units, timeout=10})
settings()
end