This commit is contained in:
Andras Schmelczer 2025-03-16 17:52:40 +00:00
parent a1a7b200c0
commit 7bf7790e1f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 2 additions and 4 deletions

View file

@ -254,8 +254,6 @@ export class Database {
}
private save(): void {
this.logger.debug(JSON.stringify(this.documents, null, 2));
this.ensureConsistency();
void this.saveData({
documents: this.resolvedDocuments.map(