Removed temp size from system checklist

This commit is contained in:
2Shirt 2018-10-07 14:38:45 -06:00
parent ebc040cd56
commit 3c3eada6a7

View file

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