yawn: forgot to remove debug strings

This commit is contained in:
luke bonham 2013-09-13 20:15:45 +02:00 committed by copycat-killer
parent 29ede88b15
commit 32d1dda2f0
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(",", "") forecast = weather_data:match(": %S.-,"):gsub(": ", ""):gsub(",", "")
units = units:gsub(" ", "") units = units:gsub(" ", "")
naughty.notify({text=forecast, timeout=10})
naughty.notify({text=units, timeout=10})
settings() settings()
end end