improve logging a little bit

This commit is contained in:
zadam
2019-02-27 22:15:52 +01:00
parent 9f30d4e673
commit 8414d97ffa
3 changed files with 5 additions and 4 deletions

View File

@@ -685,6 +685,7 @@ class Note extends Entity {
delete pojo.isContentAvailable;
delete pojo.__attributeCache;
delete pojo.titleCipherText;
delete pojo.noteContent;
}
}