Skip to content

Commit

Permalink
Removed unnecessary SetDescription().
Browse files Browse the repository at this point in the history
This manual copying of description is not needed after #282.
  • Loading branch information
psigen committed Mar 26, 2016
1 parent 256e1a6 commit 7204d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prpy/base/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ def PostProcessPath(self, path,

# Copy the trajectory into the output environment.
output_traj = CopyTrajectory(traj, env=self.GetEnv())
output_traj.SetDescription(path.GetDescription())
return output_traj

def ExecutePath(self, path, **kwargs):
Expand Down

0 comments on commit 7204d24

Please sign in to comment.