diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ed979a7..b3adef5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - ex. OpenCore-Patcher (0.6.7) (2021-12-31-12-34-56).log - Keep only 10 latest log files - Reveal log file in Finder on main thread crash + - Avoid writing username to log file - Resolve SharedSupport.dmg pathing error during macOS Installer Verification - Applicable to systems with 2 (or more) USB Installers with the same name plugged in - Resolve payloads path being mis-routed during CLI calls diff --git a/resources/utilities.py b/resources/utilities.py index 3165aab92..e7f476c70 100644 --- a/resources/utilities.py +++ b/resources/utilities.py @@ -394,9 +394,6 @@ def get_firmware_vendor(*, decode: bool = False): value = value.strip("\0") return value -def dump_constants(constants): - with open(os.path.join(os.path.expanduser('~'), 'Desktop', 'internal_data.txt'), 'w') as f: - f.write(str(vars(constants))) def find_apfs_physical_volume(device): # ex: disk3s1s1