Skip to content

Commit

Permalink
trim: Fixed app.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Feb 23, 2024
1 parent 8e04ace commit f5dd92a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers/TrimmingHelperApp/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ public static MauiApp CreateMauiApp()
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
});

#if DEBUG
builder.Logging.AddDebug();
#endif

return builder.Build();
}
}

0 comments on commit f5dd92a

Please sign in to comment.