Skip to content

Commit e2d44f2

Browse files
committed
Cleanup.
1 parent d1f4288 commit e2d44f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scenic/domains/driving/behaviors/walks.scenic

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ behavior WalkPath(path, targetSpeed, *, avoidObstacles=True, terminationThresh=0
135135

136136
# Modify path to route around objects.
137137
refined_path_ls = getBugPath(self, refined_path_ls, background_objects, bufferConst=bufferConst)
138-
refined_path_ls = shapely.remove_repeated_points(refined_path_ls)
139138
# If refined_path_ls is None, our goal is inside the danger zone and we can't
140139
# proceed further right now.
141140
if refined_path_ls is None:

0 commit comments

Comments
 (0)