diff --git a/src/App.xaml.cs b/src/App.xaml.cs
index 59c4795656..83c4640db9 100644
--- a/src/App.xaml.cs
+++ b/src/App.xaml.cs
@@ -179,10 +179,6 @@ public App()
UnhandledException += App_UnhandledException;
AppInstance.GetCurrent().Activated += OnActivated;
-
-#if DEBUG
- DebugSettings.FailFastOnErrors = true;
-#endif
}
public void ShowMainWindow()
diff --git a/src/DevHome.csproj b/src/DevHome.csproj
index d9eeeba97a..cb46b0fbe7 100644
--- a/src/DevHome.csproj
+++ b/src/DevHome.csproj
@@ -154,10 +154,6 @@
$(DefineConstants);STABLE_BUILD
-
- $(DefineConstants);DEBUG
-
-