mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Remove stray prints
This commit is contained in:
@ -11,9 +11,7 @@ CUSTOMIZATION = {}
|
||||
|
||||
def get_customization():
|
||||
if not CUSTOMIZATION:
|
||||
print(CUSTOMIZATION)
|
||||
CUSTOMIZATION.update(get_custom_config())
|
||||
print(CUSTOMIZATION)
|
||||
directories = CUSTOMIZATION["directories"]
|
||||
# Unless user has specified otherwise, use the system default temp
|
||||
# directory for storing tex files, mobject_data, etc.
|
||||
|
Reference in New Issue
Block a user