remove debug print

pull/5/head
Evan Hemsley 2019-06-15 16:45:33 -07:00
parent 9a14461a2f
commit 32523d2d2d
1 changed files with 0 additions and 5 deletions

View File

@ -334,11 +334,6 @@ namespace Tests
var cycleD = new int[] { 0, 3, 4, 5 };
var cycleE = new int[] { 0, 1, 6, 7, 8 };
foreach (var cycle in result)
{
Console.WriteLine(string.Join(", ", cycle));
}
result.Should().ContainEquivalentOf(cycleA);
result.Should().ContainEquivalentOf(cycleB);
result.Should().ContainEquivalentOf(cycleC);