Skip to content

Commit 8d9d6d5

Browse files
committed
Removing unecessary logging
1 parent 52a6115 commit 8d9d6d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prpy/planning/retimer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def RetimeTrajectory(self, robot, path, options=None, **kw_args):
106106

107107
with CollisionOptionsStateSaver(self.env.GetCollisionChecker(),
108108
CollisionOptions.ActiveDOFs):
109-
logging.info('Retiming with %s' % self.algorithm)
110-
logging.info('Retiming trajectory with %d waypoints' % output_traj.GetNumWaypoints())
111109
status = self.planner.PlanPath(output_traj, releasegil=True)
112110

113111
if status not in [ PlannerStatus.HasSolution,

0 commit comments

Comments
 (0)