Skip to content

Commit

Permalink
remove Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Dec 21, 2024
1 parent 18096f2 commit 105b4f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ async Task ReOpen() // local function
}
catch (InvalidOperationException)
{
Debug.WriteLine($"InvalidOperationException...");
if (AggressiveReconnectEnabled)
{
await ReOpen();
Expand Down

0 comments on commit 105b4f5

Please sign in to comment.