remove write

This commit is contained in:
Bryan Thornbury 2016-10-05 11:39:14 -07:00
parent 1232a38e51
commit 310da80c3a

View file

@ -38,7 +38,6 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Tests
}
}");
Console.WriteLine(mockProj.RawXml);
EmitsToolReferences(mockProj, Tuple.Create("APackage", "1.0.0-preview"), Tuple.Create("BPackage", "1.0.0"));
}