Skip to content

Commit

Permalink
Remove unneeded WaitForAttach
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Aug 8, 2024
1 parent 0329311 commit dece7dc
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 @@ -1259,8 +1259,6 @@ public override async Task<DebuggingServer> StartDebuggingSession(int port, ILog
logger?.LogDebug($"Start Debugging on port: {port}");
await Device.StartDebugging(port, logger, cancellationToken);

await WaitForMeadowAttach(cancellationToken);

return debuggingServer;
}

Expand Down

0 comments on commit dece7dc

Please sign in to comment.