Skip to content

Commit

Permalink
delete debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta committed Jan 25, 2024
1 parent 19b2d4f commit 47aaf9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/signage/src/signage/announce_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def play_sound(self, message):
# skip announce by setting
def check_announce_or_not(self, message):
try:
self._node.get_logger().info(message)
return asdict(self._announce_settings).get(message, False)
except Exception as e:
self._node.get_logger().error("check announce or not: " + str(e))
Expand Down
1 change: 0 additions & 1 deletion src/signage/src/signage/route_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def calculate_time_callback(self):
self._announce_interface.announce_going_to_depart_and_arrive("going_to_depart")
elif self._is_driving:
# handle text and announce while bus is running
self._node.get_logger().info(str(self._autoware.information.goal_distance))
if self._autoware.information.goal_distance < 100:
# display text and announce if the goal is within 100m
self._display_phrase = utils.handle_phrase("arriving")
Expand Down

0 comments on commit 47aaf9f

Please sign in to comment.