From 84eb562f1bf593a90152821c34d50e13beb2401f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Thu, 15 Sep 2022 15:21:02 +0200 Subject: [PATCH] fix: remove dummy print --- manim_slides/present.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manim_slides/present.py b/manim_slides/present.py index 3df8d9c..0197eb2 100644 --- a/manim_slides/present.py +++ b/manim_slides/present.py @@ -230,7 +230,6 @@ class Presentation: self.current_slide.is_last() and self.current_slide.end_animation == self.current_animation ): - print("HERE") state = State.WAIT else: # Play next video!