Remove stray prints

This commit is contained in:
Grant Sanderson
2024-12-05 10:09:48 -06:00
parent 43821ab2ba
commit cfb7d2fa47

View File

@ -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.