remove debug

This commit is contained in:
Bryan Thornbury 2016-09-21 14:51:31 -07:00
parent 2dd99ce015
commit 08fbe7f9d1

View file

@ -118,7 +118,6 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Tests
}
}
}");
Console.WriteLine(mockProj.RawXml);
var contentItems = mockProj.Items.Where(item => item.ItemType == "Content");