Update autopsyusb.pl

Comment out lines that issue errors as they are not needed in the file.
This commit is contained in:
Mark McKinnon 2020-10-01 14:30:15 -04:00
parent bd3c3b03c0
commit 6674718c9e

View File

@ -100,13 +100,13 @@ sub pluginmain {
}
}
else {
::rptMsg($key_path." has no subkeys.");
#::rptMsg($key_path." has no subkeys.");
#::logMsg($key_path." has no subkeys.");
}
::rptMsg("</artifacts></usb>");
}
else {
::rptMsg($key_path." not found.");
#::rptMsg($key_path." not found.");
#::logMsg($key_path." not found.");
}
}