Skip to content

Commit

Permalink
disable oidc-client logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jun 28, 2016
1 parent 8794fef commit 2bcdb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Clients/JavaScriptImplicitClient/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// config
///////////////////////////////
Oidc.Log.logger = console;
Oidc.Log.level = Oidc.Log.INFO;
Oidc.Log.level = Oidc.Log.NONE;

var settings = {
authority: "https://localhost:44333/core",
Expand Down

0 comments on commit 2bcdb41

Please sign in to comment.