mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 13:47:46 +00:00
Remove stray prints
This commit is contained in:
parent
c48c4b6a9f
commit
41613db7ec
1 changed files with 0 additions and 2 deletions
|
|
@ -386,8 +386,6 @@ def get_output_directory(args: Namespace, config: Dict) -> str:
|
|||
out_dir = args.video_dir or dir_config.output
|
||||
if dir_config.mirror_module_path and args.file:
|
||||
file_path = Path(args.file).absolute()
|
||||
print(file_path)
|
||||
print(dir_config.removed_mirror_prefix)
|
||||
if str(file_path).startswith(dir_config.removed_mirror_prefix):
|
||||
rel_path = file_path.relative_to(dir_config.removed_mirror_prefix)
|
||||
rel_path = Path(str(rel_path).lstrip("_"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue