Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Nov 2, 2023
1 parent d963446 commit e59f764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/api/EventHandlers/MqttEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ private async void OnBatteryUpdate(object? sender, MqttReceivedArgs mqttArgs)
else
{
robot.BatteryLevel = batteryStatus.BatteryLevel;
_logger.LogInformation("Calling from OnBatteryUpdate with intended status {Status}", robot.Status);
await robotService.Update(robot);
await timeseriesService.Create(
new RobotBatteryTimeseries
Expand Down

0 comments on commit e59f764

Please sign in to comment.