Removed unused resource string

This commit is contained in:
Henk Mollema 2015-06-15 19:58:53 +02:00 committed by Chris R
parent 0da9e2bec5
commit 72d8c12ca3
2 changed files with 0 additions and 19 deletions

View File

@ -90,22 +90,6 @@ namespace Microsoft.AspNet.Diagnostics
return GetString("ErrorPageHtml_CookiesButton");
}
/// <summary>
/// Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.
/// </summary>
internal static string ErrorPageHtml_EnableShowExceptions
{
get { return GetString("ErrorPageHtml_EnableShowExceptions"); }
}
/// <summary>
/// Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.
/// </summary>
internal static string FormatErrorPageHtml_EnableShowExceptions()
{
return GetString("ErrorPageHtml_EnableShowExceptions");
}
/// <summary>
/// Environment
/// </summary>

View File

@ -133,9 +133,6 @@
<value>Cookies</value>
<comment>as in http request cookies</comment>
</data>
<data name="ErrorPageHtml_EnableShowExceptions" xml:space="preserve">
<value>Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.</value>
</data>
<data name="ErrorPageHtml_EnvironmentButton" xml:space="preserve">
<value>Environment</value>
<comment>as in environment dictionary</comment>