From cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad Mon Sep 17 00:00:00 2001 From: iv-ar Date: Sat, 4 Mar 2023 16:54:16 +0100 Subject: feat: Use console to log --- code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs') diff --git a/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs b/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs index ee136a9..443c4a9 100644 --- a/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs +++ b/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs @@ -1,5 +1,3 @@ -using ILogger = Microsoft.Extensions.Logging.ILogger; - namespace IOL.GreatOffice.Api.Endpoints.Internal.Account; public class CreateAccountRoute : RouteBaseAsync.WithRequest.WithActionResult -- cgit v1.3