From 0d6e159b721be27e0397fdeb1dad158e50fc1ea1 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 17 Mar 2021 12:33:46 -0600 Subject: [PATCH] Hid misleading print statement --- Resources/SysPatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 488664e0f..dd5dd01f8 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -143,7 +143,7 @@ class PatchSysVolume: rebuild_required = True if self.model in ModelArray.LegacyGPU: - print("- Attemping Legacy GPU Patches") + #print("- Attemping Legacy GPU Patches") #TODO: Re-enable when GPU patches are public #self.gpu_accel_patches() #rebuild_required = True