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