mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Remove print("Reloading...")
This commit is contained in:
@ -37,8 +37,6 @@ class ReloadManager:
|
|||||||
except KillEmbedded:
|
except KillEmbedded:
|
||||||
# Requested via the `exit_raise` IPython runline magic
|
# Requested via the `exit_raise` IPython runline magic
|
||||||
# by means of our scene.reload() command
|
# by means of our scene.reload() command
|
||||||
print("Reloading...")
|
|
||||||
|
|
||||||
for scene in self.scenes:
|
for scene in self.scenes:
|
||||||
scene.tear_down()
|
scene.tear_down()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user