diff --git a/thirdparty/rr/plugins/autopsyusb.pl b/thirdparty/rr/plugins/autopsyusb.pl index 3c6b788c09..58927b3f0c 100644 --- a/thirdparty/rr/plugins/autopsyusb.pl +++ b/thirdparty/rr/plugins/autopsyusb.pl @@ -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(""); } else { - ::rptMsg($key_path." not found."); + #::rptMsg($key_path." not found."); #::logMsg($key_path." not found."); } }