WS debugging messages and small changes

This commit is contained in:
zadam
2019-10-24 23:02:29 +02:00
parent 69d739400c
commit 4570319517
8 changed files with 19 additions and 15 deletions

View File

@@ -97,8 +97,6 @@ class TreeCache {
const missingNoteIds = noteIds.filter(noteId => this.notes[noteId] === undefined);
if (missingNoteIds.length > 0) {
console.trace("Refreshing", missingNoteIds);
const resp = await server.post('tree/load', { noteIds: missingNoteIds });
this.addResp(resp.notes, resp.branches, resp.relations);