From ee7bf057808b82dd5123c6963c96599ad43fa58f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:50:53 -0600 Subject: [PATCH] SysPatch.py: Clean up unnessary print statments --- Resources/SysPatch.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 5923130ac..1dbbf0c81 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -86,10 +86,6 @@ class PatchSysVolume: subprocess.run(f"sudo cp -R {vendor_location}/{add_current_kext} {self.mount_extensions}".split(), stdout=subprocess.PIPE).stdout.decode().strip().encode() def gpu_accel_patches_11(self): - print("- Deleting unsupported Binaries") - - print("- Adding supported Binaries for GPU Accleration") - # TODO: Add proper hardware checks # Due to MUX-based laptops and headless iGPUs, it's difficult to determine what GPU is present # Fix would be to parse IOReg for both IGPU and GFX0