fix: remove dummy print

This commit is contained in:
Jérome Eertmans
2022-09-15 15:21:02 +02:00
parent 138cf014d2
commit 84eb562f1b

View File

@ -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!