Remove debug code.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace Wino
|
|||||||
{
|
{
|
||||||
foreach (var service in initializeServices)
|
foreach (var service in initializeServices)
|
||||||
{
|
{
|
||||||
await service.InitializeAsync().ConfigureAwait(false);
|
await service.InitializeAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsInteractiveLaunchArgs(args))
|
if (IsInteractiveLaunchArgs(args))
|
||||||
|
|||||||
Reference in New Issue
Block a user