diff --git a/private/Nitrocid.LocaleChecker/Localization/UnlocalizedStringAnalyzer.cs b/private/Nitrocid.LocaleChecker/Localization/UnlocalizedStringAnalyzer.cs index 0e40b6a0c1..0ae02d8f6c 100644 --- a/private/Nitrocid.LocaleChecker/Localization/UnlocalizedStringAnalyzer.cs +++ b/private/Nitrocid.LocaleChecker/Localization/UnlocalizedStringAnalyzer.cs @@ -206,7 +206,6 @@ private void AnalyzeResourceLocalization(CompilationAnalysisContext context) // Just launch once if (context.Compilation.Assembly.Name != "Nitrocid") return; - Debugger.Launch(); // Open every resource except the English translations file and the analyzer string resources var resourceNames = thisAssembly.GetManifestResourceNames().Except([ diff --git a/private/Nitrocid.LocaleChecker/Nitrocid.LocaleChecker.csproj b/private/Nitrocid.LocaleChecker/Nitrocid.LocaleChecker.csproj index 7ff36911bf..01b9379195 100644 --- a/private/Nitrocid.LocaleChecker/Nitrocid.LocaleChecker.csproj +++ b/private/Nitrocid.LocaleChecker/Nitrocid.LocaleChecker.csproj @@ -6,11 +6,6 @@ true - - - - -