Remove detection time for AV software

This commit is contained in:
Shreya 2020-06-21 01:28:13 +05:30
parent a98f321ed0
commit d0dc305a33
1 changed files with 0 additions and 3 deletions

View File

@ -34,8 +34,5 @@ class HiddenFiles(PBA):
result, status = get_winAPI_to_hide_files()
PostBreachTelem(self, (result, status)).send()
# detection time for AV software
time.sleep(10)
# cleanup hidden files and folders
cleanup_hidden_files(is_windows_os())