diff --git a/thirdparty/rr/plugins/autopsyprocarchitecture.pl b/thirdparty/rr/plugins/autopsyprocarchitecture.pl index a03a53f470..b4b81986db 100644 --- a/thirdparty/rr/plugins/autopsyprocarchitecture.pl +++ b/thirdparty/rr/plugins/autopsyprocarchitecture.pl @@ -47,7 +47,6 @@ sub pluginmain { my $arch = $env->get_value("PROCESSOR_ARCHITECTURE")->get_data(); ::rptMsg("" . $arch . ""); }; - ::rptMsg($@) if ($@); } else {