refactorings of note creation code

This commit is contained in:
zadam
2020-02-02 22:32:44 +01:00
parent b63ecba695
commit 9f62490a75
5 changed files with 91 additions and 163 deletions

View File

@@ -638,10 +638,6 @@ class ConsistencyChecks {
elapsedTimeMs = Date.now() - startTime.getTime();
});
if (this.fixedIssues) {
ws.refreshTree();
}
if (this.unrecoveredConsistencyErrors) {
log.info(`Consistency checks failed (took ${elapsedTimeMs}ms)`);