diff --git a/src/Controls/samples/Controls.Sample/Startup.cs b/src/Controls/samples/Controls.Sample/Startup.cs index cc5bd5d77557..17e626ac73b0 100644 --- a/src/Controls/samples/Controls.Sample/Startup.cs +++ b/src/Controls/samples/Controls.Sample/Startup.cs @@ -91,6 +91,7 @@ public static MauiApp CreateMauiApp() services.AddMauiBlazorWebView(); #if DEBUG services.AddBlazorWebViewDeveloperTools(); +#endif #endif services.AddLogging(logging =>