mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Remove print statement
This commit is contained in:
parent
d219ddbdaf
commit
f33fc1b6fa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue