mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
Remove print("Reloading...")
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user