Fix PluginManagerTest

This commit is contained in:
Owain van Brakel
2019-07-14 17:42:19 +02:00
parent 11169905ae
commit cd2b0775c3

View File

@@ -118,9 +118,6 @@ public class PluginManager
this.configManager = configManager;
this.executor = executor;
this.sceneTileManager = sceneTileManager;
eventBus.subscribe(SessionOpen.class, this, this::onSessionOpen);
eventBus.subscribe(SessionClose.class, this, this::onSessionClose);
}
public void watch()