Skip to content

Commit 9e44715

Browse files
authored
DEV: Revert verbose logging commit (#87)
This change was introduced to aid debugging, but it has not proved to be useful. This reverts commit 90d0df1.
1 parent 90d0df1 commit 9e44715

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: lib/openid_connect_authenticator.rb

-4
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ def register_middleware(omniauth)
125125
builder.request :url_encoded # form-encode POST params
126126
builder.adapter FinalDestination::FaradayAdapter # make requests with FinalDestination::HTTP
127127
end
128-
129-
opts[:client_options][
130-
:raise_errors
131-
] = SiteSetting.openid_connect_verbose_logging
132128
}
133129
end
134130

0 commit comments

Comments
 (0)