Skip to content

Commit

Permalink
Remove additional diagnostic logging from MSBuildTests
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Oct 31, 2019
1 parent 041d301 commit 18c640a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/LanguageServer.Engine.Tests/MSBuildTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public class MSBuildTests
public MSBuildTests(ITestOutputHelper testOutput)
: base(testOutput)
{
// For CI-diagnostic purposes.
LogLevelSwitch.MinimumLevel = Serilog.Events.LogEventLevel.Verbose;
}

// TODO: More realistic tests for working with MSBuild evaluation projects.
Expand All @@ -48,9 +46,6 @@ public MSBuildTests(ITestOutputHelper testOutput)
[Theory(DisplayName = "Dump all UsingTask elements in an MSBuild project ")]
public void DumpUsingTasks(string projectName)
{
// For CI-diagnostic purposes.
DotNetRuntimeInfo.GetCurrent(logger: Log);

Project project = LoadTestProject(projectName + ".csproj");
using (project.ProjectCollection)
{
Expand Down

0 comments on commit 18c640a

Please sign in to comment.