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.
  • Loading branch information
windmgc authored Nov 18, 2024
1 parent 3e0c736 commit a1ef850
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

1 comment on commit a1ef850

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:a1ef8506fce1b870841517a11e89af5dd4cb0c39
Artifacts available https://github.com/Kong/kong/actions/runs/11886936685

Please sign in to comment.