mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 03:27:33 +08:00
GP-0: Removing unneeded PyGhidra print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user