From f33fc1b6fa4edd45697fe50fbb3624e785e86857 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 30 Oct 2023 18:14:04 -0400 Subject: [PATCH] Remove print statement --- script/zed-2-progress-report.py | 1 - 1 file changed, 1 deletion(-) 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