Skip to content

Commit

Permalink
refactor(plugins/session): remove seemingly useless log (#13830)
Browse files Browse the repository at this point in the history
This log line in the session plugin does seem like a leftover for debugging purpose.

(cherry picked from commit a1ef850)
  • Loading branch information
windmgc authored and bungle committed Nov 18, 2024
1 parent bfd95fd commit 3b17bbe
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 @@ -30,8 +30,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 3b17bbe

Please sign in to comment.