From 43a708d3aea06df782fad110b1a7c1e8bb611be8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 14 Jan 2022 11:28:26 -0700 Subject: [PATCH] sys_patch.py: Strip User ID printing --- resources/sys_patch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/sys_patch.py b/resources/sys_patch.py index bbf65488c..9c22d96aa 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -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)