mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Remove debug info
This commit is contained in:
@@ -24,7 +24,6 @@ while MainMenu:
|
|||||||
print("###################################################")
|
print("###################################################")
|
||||||
print(" OpenCore Legacy patcher v%s" % patcher_version)
|
print(" OpenCore Legacy patcher v%s" % patcher_version)
|
||||||
print(" Current Model: %s" % BuildOpenCore.current_model)
|
print(" Current Model: %s" % BuildOpenCore.current_model)
|
||||||
print(Versions.current_path)
|
|
||||||
print("###################################################")
|
print("###################################################")
|
||||||
print("")
|
print("")
|
||||||
if BuildOpenCore.current_model not in ModelArray.SupportedSMBIOS:
|
if BuildOpenCore.current_model not in ModelArray.SupportedSMBIOS:
|
||||||
|
|||||||
@@ -275,7 +275,6 @@ def ListDiskutil():
|
|||||||
|
|
||||||
def MoveOpenCore():
|
def MoveOpenCore():
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
efiVol = "/Volumes/EFI"
|
efiVol = "/Volumes/EFI"
|
||||||
if os.path.exists(efiVol):
|
if os.path.exists(efiVol):
|
||||||
print("Coping OpenCore onto Volumes/EFI")
|
print("Coping OpenCore onto Volumes/EFI")
|
||||||
|
|||||||
Reference in New Issue
Block a user