mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 12:45:45 +00:00
Clean up output
This commit is contained in:
parent
e7ddc59322
commit
e80da672f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user