diff --git a/script/zed-2-progress-report.py b/script/zed-2-progress-report.py index c4ed3e65d0..87f7f7b8f7 100644 --- a/script/zed-2-progress-report.py +++ b/script/zed-2-progress-report.py @@ -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