From 34abbf746b7a47eaf95f671bfd2f4d5dfc2f1238 Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Sat, 8 Feb 2025 21:26:34 +0100 Subject: [PATCH] rien --- WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs index b1d44e4..010fa4b 100644 --- a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs +++ b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs @@ -9,8 +9,6 @@ namespace WF_WebAdmin.Pages public class ErrorModel : PageModel { - private ILogger _logger; - public string? RequestId { get; set; } public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);