Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
chcai committed Aug 16, 2023
1 parent dbf8f11 commit 43926d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/SmartThings/jbl/src/lunchbox/rest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ local RestClient = {}
RestClient.__index = RestClient

function RestClient.one_shot_get(full_url, additional_headers, socket_builder)
log.info(string.format("[Chill 20230809] full_url = %s", full_url))
local url_table = lb_utils.force_url_table(full_url)
local client = RestClient.new(url_table.scheme .. "://" .. url_table.authority, socket_builder)
local ret, err = client:get(url_table.path, additional_headers)
Expand Down

0 comments on commit 43926d6

Please sign in to comment.