diff options
-rw-r--r-- | projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs b/projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs index 946c4a9..35af472 100644 --- a/projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs +++ b/projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs @@ -62,7 +62,7 @@ namespace RelyingPartyLogic { } } } catch (ProtocolException /*ex*/) { - //Logger.Error("Error processing OAuth messages.", ex); + ////Logger.Error("Error processing OAuth messages.", ex); } return false; |