Skip to content

Commit 8115cbf

Browse files
authored
change: remove unnecessary log (#80)
1 parent a2b9419 commit 8115cbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/resty/etcd/v3.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ local function _request_uri(self, method, uri, opts, timeout, ignore_auth)
6363
http_cli:set_timeout(timeout * 1000)
6464
end
6565

66-
utils.log_info('uri:', uri, ' body:', body)
67-
6866
local res
6967
res, err = http_cli:request_uri(uri, {
7068
method = method,
@@ -77,8 +75,6 @@ local function _request_uri(self, method, uri, opts, timeout, ignore_auth)
7775
return nil, err
7876
end
7977

80-
utils.log_info('res body:', res.body, 'status:', res.status)
81-
8278
if res.status >= 500 then
8379
return nil, "invalid response code: " .. res.status
8480
end

0 commit comments

Comments
 (0)