summaryrefslogtreecommitdiff
path: root/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'routes.js')
-rwxr-xr-xroutes.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/routes.js b/routes.js
index eb17d37..5d2110a 100755
--- a/routes.js
+++ b/routes.js
@@ -2079,8 +2079,6 @@ function processInbox(req, res) {
});
}
if (req.body && req.body.type === 'Delete') {
- // TODO: only do this if it's a delete for a Note
- // figure out if we have a matching comment by id
const deleteObjectId = req.body.object.id;
// find all events with comments from the author
Event.find({