sys_patch.py: Remove input() calls

This commit is contained in:
Mykola Grymalyuk
2023-05-18 15:47:34 -06:00
parent 186669b9cd
commit 300726ea96
2 changed files with 10 additions and 37 deletions

View File

@@ -153,5 +153,3 @@ class BuildOpenCore:
logging.info(f"Your OpenCore EFI for {self.model} has been built at:")
logging.info(f" {self.constants.opencore_release_folder}")
logging.info("")
if self.constants.gui_mode is False:
input("Press [Enter] to continue\n")