summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Global.asax.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthAuthorizationServer/Global.asax.cs')
-rw-r--r--samples/OAuthAuthorizationServer/Global.asax.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/Global.asax.cs b/samples/OAuthAuthorizationServer/Global.asax.cs
index 8e3aefa..01cc78e 100644
--- a/samples/OAuthAuthorizationServer/Global.asax.cs
+++ b/samples/OAuthAuthorizationServer/Global.asax.cs
@@ -10,7 +10,7 @@
using DotNetOpenAuth.Logging;
- /// <summary>
+ /// <summary>
/// The global MVC Application.
/// </summary>
/// <remarks>
@@ -85,7 +85,7 @@
KeyNonceStore = new DatabaseKeyNonceStore();
-/// LogProvider.SetCurrentLogProvider(new ....)
+//// LogProvider.SetCurrentLogProvider(new ....)
Logger.Info("Sample starting...");
}