Removing a hated semi-colon, noting that the rescue does nothing

This commit is contained in:
Tod Beardsley
2011-11-11 13:59:14 -06:00
parent 03f51793c2
commit 2f6c9d6d08
@@ -62,7 +62,8 @@ class Metasploit3 < Msf::Post
)
end
end
rescue; end
rescue # Probably should do something here...
end
print_status("#{sysinfo['Computer']}: #{match.to_s} artifact(s) found in registry.")