mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 20:10:14 +10:00
Remove debug info
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -275,7 +275,6 @@ def ListDiskutil():
|
||||
|
||||
def MoveOpenCore():
|
||||
print("")
|
||||
|
||||
efiVol = "/Volumes/EFI"
|
||||
if os.path.exists(efiVol):
|
||||
print("Coping OpenCore onto Volumes/EFI")
|
||||
|
||||
Reference in New Issue
Block a user