Remove print statement

This commit is contained in:
Joseph T. Lyons 2023-10-30 18:14:04 -04:00
parent d219ddbdaf
commit f33fc1b6fa

View file

@ -3,7 +3,6 @@ from pathlib import Path
THIS_SCRIPT_PATH: Path = Path(__file__)
CRATES_DIR: Path = THIS_SCRIPT_PATH.parent.parent / "crates"
print(CRATES_DIR)
zed_1_crate_count: int = 0
zed_2_crate_count: int = 0