Remove debug info

This commit is contained in:
Mykola Grymalyuk
2020-11-30 22:04:38 -07:00
parent c4d1c2e1b8
commit f98576887c
2 changed files with 0 additions and 2 deletions

View File

@@ -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:

View File

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