Update Startup.cs

This commit is contained in:
Luca 2024-05-25 18:55:32 +02:00 committed by GitHub
parent f36bd51414
commit ebd50a5b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
/* TODO: Fix LOGIN with automated tests
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
using Wabbajack.Services.OSIntegrated; using Wabbajack.Services.OSIntegrated;
@ -19,4 +18,3 @@ public class Startup
loggerFactory.AddProvider(new XunitTestOutputLoggerProvider(accessor, delegate { return true; })); loggerFactory.AddProvider(new XunitTestOutputLoggerProvider(accessor, delegate { return true; }));
} }
} }
*/