Skip to content

Commit

Permalink
Remove endlessly repeating log message
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Feb 23, 2024
1 parent db6696f commit d3a0a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/isar_exr/robotinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def robot_status(self) -> RobotStatus:
):
return RobotStatus.Busy
except NoMissionRunningException as e:
logging.info(f"There are no running missions: {e}")
return RobotStatus.Available
except Exception as e:
logging.warning(f"Failed to get mission status from robot: {e}")
Expand Down

0 comments on commit d3a0a5e

Please sign in to comment.