Fix debug logic

This commit is contained in:
Mykola Grymalyuk
2023-09-28 09:43:29 -06:00
parent 8db6085ed1
commit 2fc21e6f07
6 changed files with 9 additions and 11 deletions
-1
View File
@@ -119,7 +119,6 @@ If you plan to create the USB for another machine, please select the "Change Mod
if self.args.debug_oc:
logging.info("- Set OpenCore DEBUG configuration")
self.constants.opencore_debug = True
self.constants.opencore_build = "DEBUG"
if self.args.debug_kext:
logging.info("- Set kext DEBUG configuration")