зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1837195 - Remove unnecessary debug from Database.sys.mjs. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D180221
This commit is contained in:
Родитель
496251f681
Коммит
11915b69b3
|
@ -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) => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче