diff options
Diffstat (limited to 'src/DotNetOpenAuth.Core/Logger.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Logger.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/DotNetOpenAuth.Core/Logger.cs b/src/DotNetOpenAuth.Core/Logger.cs index d14fd8a..a8b977e 100644 --- a/src/DotNetOpenAuth.Core/Logger.cs +++ b/src/DotNetOpenAuth.Core/Logger.cs @@ -75,11 +75,6 @@ namespace DotNetOpenAuth { private static readonly ILog oauth = Create("DotNetOpenAuth.OAuth"); /// <summary> - /// Backing field for the <see cref="InfoCard"/> property. - /// </summary> - private static readonly ILog infocard = Create("DotNetOpenAuth.InfoCard"); - - /// <summary> /// Gets the logger for general library logging. /// </summary> internal static ILog Library { get { return library; } } @@ -129,11 +124,6 @@ namespace DotNetOpenAuth { /// </summary> internal static ILog OAuth { get { return oauth; } } - /// <summary> - /// Gets the logger for high-level InfoCard events. - /// </summary> - internal static ILog InfoCard { get { return infocard; } } - #endregion /// <summary> |