Skip to content

Commit e1dbddb

Browse files
committed
remove done logic, handled in superclass
1 parent 45e48aa commit e1dbddb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roboticstoolbox/blocks/mobile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,3 @@ def step(self, state=None, **kwargs):
451451
self.ax.relim()
452452
self.ax.autoscale_view()
453453
super().step(state=state)
454-
455-
def done(self, block=False, **kwargs):
456-
if self.bd.runtime.options.graphics:
457-
plt.show(block=block)
458-
459-
super().done()

0 commit comments

Comments
 (0)