Skip to content

Commit 3bcc8e0

Browse files
authored
Remove redundant lines in MauiProgram.cs
1 parent 68a935a commit 3bcc8e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Retronado.Maui/MauiProgram.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public static MauiApp CreateMauiApp()
2727

2828
TaskMonitorConfiguration.ConsiderCanceledAsFaulted = true;
2929

30-
Initializer.Initialize(true, true);
31-
3230
return builder.Build();
3331
}
3432
}
33+

0 commit comments

Comments
 (0)