Skip to content

Commit

Permalink
chore(session): remove seemingly useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Nov 5, 2024
1 parent 0aaa4e0 commit 460e11e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kong/plugins/session/session.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ local _M = {}
--- Open a session based on plugin config
-- @returns resty.session session object
function _M.open_session(conf)
kong.log.inspect(conf.response_headers)

return resty_session.open({
secret = conf.secret,
audience = conf.audience,
Expand Down

0 comments on commit 460e11e

Please sign in to comment.