fix: remove call to remove routerequest

The routerequest is being removed if the route is successfully made after the display has cooled down. This was an extraneous removal
This commit is contained in:
Andrew Welker
2024-07-26 06:53:18 -05:00
parent 1fb1947158
commit ab73bbf979

View File

@@ -29,8 +29,6 @@ namespace PepperDash.Essentials.Core
Debug.LogMessage(LogEventLevel.Debug, "Unsubscribing from cooling feedback for {destination}", null, Destination.Key);
coolingDevice.IsCoolingDownFeedback.OutputChange -= HandleCooldown;
}
Extensions.RemoveRouteRequestForDestination(Destination.Key);
}
}
}