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")