Remove debug code.

This commit is contained in:
Burak Kaan Köse
2024-07-16 23:29:54 +02:00
parent ec4162e71f
commit 7d3dbc6bb0

View File

@@ -261,7 +261,7 @@ namespace Wino
{
foreach (var service in initializeServices)
{
await service.InitializeAsync().ConfigureAwait(false);
await service.InitializeAsync();
}
if (IsInteractiveLaunchArgs(args))