diff --git a/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs b/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs index fa88c735c30..0eae37bd4cc 100644 --- a/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs +++ b/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs @@ -102,11 +102,6 @@ public RazorLanguageServerClient( throw new ArgumentNullException(nameof(logHubLoggerProviderFactory)); } - if (outputWindowLogger is null) - { - throw new ArgumentNullException(nameof(outputWindowLogger)); - } - if (projectSnapshotManagerDispatcher is null) { throw new ArgumentNullException(nameof(projectSnapshotManagerDispatcher));