From 0b43e8b42a2d5cbda4b629b125928f0afa832ef4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 30 Nov 2020 20:48:19 +0200 Subject: [PATCH] Remove old text. --- models/boards.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/models/boards.js b/models/boards.js index ad2fc4fba..da901b500 100644 --- a/models/boards.js +++ b/models/boards.js @@ -1777,8 +1777,6 @@ if (Meteor.isServer) { .map(function(doc) { return { attachmentId: doc._id, - // this preserves the name so that notifications can be meaningful after - // this file is removed attachmentName: doc.original.name, attachmentType: doc.original.type, cardId: doc.cardId,