From f98576887c9d0a740c8076d91903ad29a5b818cd Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 30 Nov 2020 22:04:38 -0700 Subject: [PATCH] Remove debug info --- OpenCore-Patcher.command | 1 - Resources/BuildOpenCore.py | 1 - 2 files changed, 2 deletions(-) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index db88cda4b..eab501b47 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -24,7 +24,6 @@ while MainMenu: print("###################################################") print(" OpenCore Legacy patcher v%s" % patcher_version) print(" Current Model: %s" % BuildOpenCore.current_model) - print(Versions.current_path) print("###################################################") print("") if BuildOpenCore.current_model not in ModelArray.SupportedSMBIOS: diff --git a/Resources/BuildOpenCore.py b/Resources/BuildOpenCore.py index e370e2944..433488a3a 100644 --- a/Resources/BuildOpenCore.py +++ b/Resources/BuildOpenCore.py @@ -275,7 +275,6 @@ def ListDiskutil(): def MoveOpenCore(): print("") - efiVol = "/Volumes/EFI" if os.path.exists(efiVol): print("Coping OpenCore onto Volumes/EFI")