diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-12 22:33:12 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-02-12 22:33:12 -0800 |
commit | 90b8d04619a7cd33bea73cbb64005b202a1c580f (patch) | |
tree | cdca20ce9578c72b8a2358f9d616ee47c5546ed2 /projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs | |
parent | da0c7f700cdf1dc00929f1597e263ca9b4977826 (diff) | |
download | DotNetOpenAuth-90b8d04619a7cd33bea73cbb64005b202a1c580f.zip DotNetOpenAuth-90b8d04619a7cd33bea73cbb64005b202a1c580f.tar.gz DotNetOpenAuth-90b8d04619a7cd33bea73cbb64005b202a1c580f.tar.bz2 |
Fixed StyleCop message.
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs')
-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; |