Merge branch 'poljar/eventindex-user-version' into develop

This commit is contained in:
Damir Jelić 2020-06-19 09:50:40 +02:00
commit e3ae05b6b9
3 changed files with 42 additions and 3 deletions

View file

@ -42,9 +42,6 @@ export default class EventIndex extends EventEmitter {
async init() {
const indexManager = PlatformPeg.get().getEventIndexingManager();
await indexManager.initEventIndex();
console.log("EventIndex: Successfully initialized the event index");
this.crawlerCheckpoints = await indexManager.loadCheckpoints();
console.log("EventIndex: Loaded checkpoints", this.crawlerCheckpoints);