Skip to content

Commit 41613db

Browse files
committed
Remove stray prints
1 parent c48c4b6 commit 41613db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manimlib/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ def get_output_directory(args: Namespace, config: Dict) -> str:
386386
out_dir = args.video_dir or dir_config.output
387387
if dir_config.mirror_module_path and args.file:
388388
file_path = Path(args.file).absolute()
389-
print(file_path)
390-
print(dir_config.removed_mirror_prefix)
391389
if str(file_path).startswith(dir_config.removed_mirror_prefix):
392390
rel_path = file_path.relative_to(dir_config.removed_mirror_prefix)
393391
rel_path = Path(str(rel_path).lstrip("_"))

0 commit comments

Comments
 (0)