Skip to content

Commit

Permalink
Removed polling message for area
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Aug 14, 2023
1 parent a00f560 commit 354c4d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MewtocolNet/UnderlyingRegisters/MemoryAreaManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ internal async Task PollAllAreasAsync(Func<Task> inbetweenCallback) {
//update registers in poll level
foreach (var area in pollLevel.GetAllAreas().ToArray()) {

Logger.LogVerbose($"Polling: {area}", this.mewInterface);

//set the whole memory area at once
await area.RequestByteReadAsync(area.AddressStart, area.AddressEnd);

Expand Down

0 comments on commit 354c4d6

Please sign in to comment.