Skip to content

Commit 44134a2

Browse files
committed
chore(plugins/aws-lambda): remove debug output
1 parent df9bf74 commit 44134a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kong/plugins/aws-lambda/handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ local function invoke_streaming(conf, lambda_service)
200200
-- print("status" .. ngx.status)
201201
for k, v in pairs(headers) do
202202
ngx.header[k] = v
203-
print("Header [" .. k .. "] = " .. v)
203+
-- print("Header [" .. k .. "] = " .. v)
204204
end
205205

206206
if ngx.status > 400 then

0 commit comments

Comments
 (0)