Browse Source

Remove this

Brandon Thetford 1 year ago
parent
commit
cc447306ab
1 changed files with 0 additions and 3 deletions
  1. 0 3
      UnitTests/TestHelpers.cs

+ 0 - 3
UnitTests/TestHelpers.cs

@@ -443,9 +443,6 @@ internal partial class TestHelpers
             expectedLook = expectedLook [..^1];
         }
 
-        output?.WriteLine ("Expected:" + Environment.NewLine + expectedLook);
-        output?.WriteLine (" But Was:" + Environment.NewLine + actualLook);
-
         Assert.Equal (expectedLook, actualLook);
 
         return new Rectangle (x > -1 ? x : 0, y > -1 ? y : 0, w > -1 ? w : 0, h > -1 ? h : 0);