Skip to content

Commit f261da5

Browse files
committed
remove print
1 parent dc612e6 commit f261da5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PathPlanning/Dijkstra/dijkstra.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ def main():
237237
dijkstra = Dijkstra(ox, oy, grid_size, robot_radius)
238238
rx, ry = dijkstra.planning(sx, sy, gx, gy)
239239

240-
print(rx)
241-
print(ry)
242-
243240
if show_animation: # pragma: no cover
244241
plt.plot(rx, ry, "-r")
245242
plt.show()

0 commit comments

Comments
 (0)