diff --git a/ReportingServices.UI/Views/Shared/Error.cshtml b/ReportingServices.UI/Views/Shared/Error.cshtml
index a1e0478..76366fa 100644
--- a/ReportingServices.UI/Views/Shared/Error.cshtml
+++ b/ReportingServices.UI/Views/Shared/Error.cshtml
@@ -12,14 +12,3 @@
Request ID: @Model.RequestId
- Swapping to Development environment will display more detailed information about the error that occurred. -
-- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -