remove starting the events manager upon client connect

This commit is contained in:
Damien Churchill 2010-01-23 15:39:05 +00:00
parent 39341f623f
commit 899ac7c86e

View File

@ -82,9 +82,6 @@ Deluge.UI = {
Deluge.Client.on('connected', function(e) {
Deluge.Login.show();
Deluge.Events.start();
Deluge.Events.on('PluginEnabledEvent', this.onPluginEnabled, this);
Deluge.Events.on('PluginDisabledEvent', this.onPluginDisabled, this);
}, this, {single: true});
this.update = this.update.bind(this);