diff --git a/manimlib/reload_manager.py b/manimlib/reload_manager.py index 3d8e4f17..585a9eba 100644 --- a/manimlib/reload_manager.py +++ b/manimlib/reload_manager.py @@ -37,8 +37,6 @@ class ReloadManager: except KillEmbedded: # Requested via the `exit_raise` IPython runline magic # by means of our scene.reload() command - print("Reloading...") - for scene in self.scenes: scene.tear_down()