Remove print("Reloading...")

This commit is contained in:
Grant Sanderson
2024-11-30 10:08:41 -06:00
parent 8239f1bf35
commit d78fe93743

View File

@ -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()