sys_patch.py: Strip User ID printing

This commit is contained in:
Mykola Grymalyuk
2022-01-14 11:28:26 -07:00
parent c8bb3a3e93
commit 43a708d3ae

View File

@@ -83,7 +83,6 @@ class PatchSysVolume:
self.unpatch_root_vol()
return True
else:
print(f"User ID: {os.getuid()} - {os.geteuid()}")
if self.constants.detected_os > os_data.os_data.catalina:
print("- Mounting APFS Snapshot as writable")
result = utilities.elevated(["mount", "-o", "nobrowse", "-t", "apfs", f"/dev/{self.root_mount_path}", self.mount_location], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)