Remove duplicate reloading message

This commit is contained in:
Luke Imhoff 2012-10-02 18:25:05 -05:00
parent ca0fc0f950
commit 249a251f26
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ module Msf::ModuleManager::Reloading
def reload_module(mod)
refname = mod.refname
dlog("Reloading module #{refname}...", 'core')
# if it's can instance, then get its class
if mod.is_a? Msf::Module
metasploit_class = mod.class