Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jan 6, 2025
1 parent 57e9821 commit 7fafa14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/v2/Meadow.HCom/Connections/SerialConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ private void EncodeAndSendPacket(byte[] messageBytes, CancellationToken? cancell

private void EncodeAndSendPacket(byte[] messageBytes, int length, CancellationToken? cancellationToken = null)
{
//Debug.WriteLine($"+EncodeAndSendPacket({length} bytes)");

while (!_port.IsOpen)
{
_state = ConnectionState.Disconnected;
Expand Down

0 comments on commit 7fafa14

Please sign in to comment.