Bug 1837195 - Remove unnecessary debug from Database.sys.mjs. r=leplatrem

Differential Revision: https://phabricator.services.mozilla.com/D180221
This commit is contained in:
Mark Banner 2023-06-08 13:20:59 +00:00
Родитель 496251f681
Коммит 11915b69b3
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -306,8 +306,6 @@ export class Database {
request.onerror = e => reject(e);
});
console.error("allRecords", allRecords);
// Compare known records IDs to those stored along the attachments.
const currentRecordsIDs = new Set(allRecords.map(r => r.id));
const attachmentsToDelete = allAttachments.reduce((acc, entry) => {