Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f221040

Browse files
committed
Don't need this cluttering the debug log
1 parent 4c56606 commit f221040

File tree

1 file changed

+0
-1
lines changed
  • src/tests/TaskSystemIntegrationTests

1 file changed

+0
-1
lines changed

src/tests/TaskSystemIntegrationTests/Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ public async Task RunningDifferentTasksDependingOnPreviousResult()
942942

943943
await final.StartAndSwallowException();
944944

945-
Console.WriteLine(String.Join(",", callOrder.ToArray()));
946945
CollectionAssert.AreEqual(new string[] {
947946
"chain start",
948947
"failing",

0 commit comments

Comments
 (0)