mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
fix: remove dummy print
This commit is contained in:
@ -230,7 +230,6 @@ class Presentation:
|
|||||||
self.current_slide.is_last()
|
self.current_slide.is_last()
|
||||||
and self.current_slide.end_animation == self.current_animation
|
and self.current_slide.end_animation == self.current_animation
|
||||||
):
|
):
|
||||||
print("HERE")
|
|
||||||
state = State.WAIT
|
state = State.WAIT
|
||||||
else:
|
else:
|
||||||
# Play next video!
|
# Play next video!
|
||||||
|
Reference in New Issue
Block a user