Skip to content

Commit

Permalink
Remove some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Feb 28, 2024
1 parent f9b71de commit 88a4afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/Test/Integration/TestHeartbeats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private bool LongRunningTestsEnabled()

private Task SleepFor(int t)
{
_output.WriteLine("Testing heartbeats, sleeping for {0} seconds", t);
// _output.WriteLine("Testing heartbeats, sleeping for {0} seconds", t);
return Task.Delay(t * 1000);
}

Expand Down
2 changes: 1 addition & 1 deletion projects/Test/Integration/TestToxiproxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public async Task TestTcpReset_GH1464()

sw.Stop();

_output.WriteLine($"[INFO] reset peer took {sw.Elapsed}");
// _output.WriteLine($"[INFO] reset peer took {sw.Elapsed}");
}

private bool AreToxiproxyTestsEnabled
Expand Down

0 comments on commit 88a4afb

Please sign in to comment.