We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48c4b6 commit 41613dbCopy full SHA for 41613db
manimlib/config.py
@@ -386,8 +386,6 @@ def get_output_directory(args: Namespace, config: Dict) -> str:
386
out_dir = args.video_dir or dir_config.output
387
if dir_config.mirror_module_path and args.file:
388
file_path = Path(args.file).absolute()
389
- print(file_path)
390
- print(dir_config.removed_mirror_prefix)
391
if str(file_path).startswith(dir_config.removed_mirror_prefix):
392
rel_path = file_path.relative_to(dir_config.removed_mirror_prefix)
393
rel_path = Path(str(rel_path).lstrip("_"))
0 commit comments