From 3c3eada6a7ca08a44e3e38a969080b9fcc0541b9 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Sun, 7 Oct 2018 14:38:45 -0600 Subject: [PATCH] Removed temp size from system checklist --- .bin/Scripts/system_checklist.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bin/Scripts/system_checklist.py b/.bin/Scripts/system_checklist.py index 910b44f7..bf0e78f2 100644 --- a/.bin/Scripts/system_checklist.py +++ b/.bin/Scripts/system_checklist.py @@ -97,9 +97,6 @@ if __name__ == '__main__': try_and_print(message='Installed RAM:', function=show_installed_ram, ns='Unknown', silent_function=False) show_free_space() - if D7_MODE: - try_and_print(message='Temp Size:', - function=show_temp_files_size, silent_function=False) try_and_print(message='Installed Antivirus:', function=get_installed_antivirus, ns='Unknown', other_results=other_results, print_return=True)