Clean up output

This commit is contained in:
Andrew Resch 2007-07-20 05:43:12 +00:00
parent e7ddc59322
commit e80da672f0

View File

@ -58,7 +58,6 @@ class PluginManager:
# parameter is important otherwise only the base
# modules (ie. 'plugins') is imported. This appears
# to be by design.
print "Loading module",modname
mod = __import__(modname, globals(), locals(), [''])
if 'deluge_init' in dir(mod):
print "Initialising plugin",modname