summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-12 22:33:12 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-12 22:33:12 -0800
commit90b8d04619a7cd33bea73cbb64005b202a1c580f (patch)
treecdca20ce9578c72b8a2358f9d616ee47c5546ed2 /projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs
parentda0c7f700cdf1dc00929f1597e263ca9b4977826 (diff)
downloadDotNetOpenAuth-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.cs2
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;