GP-0: Removing unneeded PyGhidra print

This commit is contained in:
Ryan Kurtz
2025-11-24 05:42:35 -05:00
parent 44eb432e86
commit 06ae0f5660
@@ -225,9 +225,7 @@ def main() -> None:
dist_dir: Path = pyghidra_dir / 'pypkg' / 'dist'
venv_dir = get_ghidra_venv(install_dir, args.dev)
python_cmd: List[str] = find_supported_python_exe(install_dir, args.dev)
print(install_dir)
if python_cmd is not None:
print(f'Using Python command: "{" ".join(python_cmd)}"')
else: