mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove stray prints
This commit is contained in:
parent
3b9ef57b22
commit
fc32f162a0
1 changed files with 0 additions and 4 deletions
|
@ -311,10 +311,6 @@ def load_yaml(file_path: str):
|
|||
def get_global_config():
|
||||
args = parse_cli()
|
||||
global_defaults_file = os.path.join(get_manim_dir(), "manimlib", "default_config.yml")
|
||||
|
||||
print(f"global_defaults_file = {global_defaults_file}")
|
||||
print(f"args.config_file = {args.config_file}")
|
||||
|
||||
return merge_dicts_recursively(
|
||||
load_yaml(global_defaults_file),
|
||||
load_yaml("custom_config.yml"), # From current working directory
|
||||
|
|
Loading…
Add table
Reference in a new issue