Skip to content

Commit 84eb562

Browse files
committed
fix: remove dummy print
1 parent 138cf01 commit 84eb562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manim_slides/present.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def update_state(self, state) -> Tuple[np.ndarray, State]:
230230
self.current_slide.is_last()
231231
and self.current_slide.end_animation == self.current_animation
232232
):
233-
print("HERE")
234233
state = State.WAIT
235234
else:
236235
# Play next video!

0 commit comments

Comments
 (0)