Skip to content
Prev Previous commit
Next Next commit
Remove Console.WriteLine
  • Loading branch information
eduardo-vp authored and github-actions committed Mar 13, 2024
commit 0f4903696ef8d6e1c57fe8d53517e7db8cb8abe7
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public void ReadAsyncTest()
{
using (RuntimeEventListener eventListener = new RuntimeEventListener())
{
Task.Run(() => Console.WriteLine(Environment.StackTrace)).Wait();
TaskCompletionSource<int> portTcs = new TaskCompletionSource<int>();
async Task StartListenerAsync()
{
Expand Down