Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fabisz authored and Sebastian Fabisz committed Jan 5, 2024
1 parent 3c0aa70 commit 7764014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/wttr/sources/wttr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ result.get_raw = function(location, format, custom_format, callback)
end

local effective_url = "wttr.in/" .. location .. "?format=" .. effective_format
print("url:", effective_url)
curl.get({
url = effective_url,
callback = function(response)
Expand Down

0 comments on commit 7764014

Please sign in to comment.