removed debug code

This commit is contained in:
antelle 2017-05-20 11:27:40 +02:00
parent a219d4254c
commit 04013a67a4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const SettingsPluginsView = Backbone.View.extend({
initialize() {
this.listenTo(PluginManager, 'change', this.render.bind(this));
this.listenTo(Backbone, 'plugin-gallery-load-complete', this.render.bind(this));
// PluginGallery.loadPlugins();
PluginGallery.loadPlugins();
},
render() {