Skip to content

Commit

Permalink
fix(place): dont say "bring the action"
Browse files Browse the repository at this point in the history
  • Loading branch information
rokusottervanger committed Jun 16, 2018
1 parent 9bf79f7 commit 2c5fba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action_server/src/action_server/actions/place.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ def _configure(self, robot, config):
return

def _start(self):
self._robot.speech.speak("Bring the action!")

# We either got an arm, or we know which arm to place with
arm_designator = None
if self.semantics.arm:
Expand Down

0 comments on commit 2c5fba4

Please sign in to comment.