From ff96de8723a103a028c5cb2b2d69bf0fd70b7208 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Fri, 22 Mar 2024 11:41:14 -0400 Subject: [PATCH] Scaffold: Remove id field from returned items Generates confusing diff output and isn't necessary. --- chrome/content/scaffold/scaffold.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/scaffold/scaffold.js b/chrome/content/scaffold/scaffold.js index 74c8962424..47a5e3da19 100644 --- a/chrome/content/scaffold/scaffold.js +++ b/chrome/content/scaffold/scaffold.js @@ -1155,6 +1155,7 @@ var Scaffold = new function () { * logs item output */ function _myItemDone(obj, item) { + delete item.id; if (Array.isArray(item.attachments)) { for (let attachment of item.attachments) { if (attachment.document) {