From dfe9ee9679437c0576c4fb20406a61d0e7e28d4e Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 16 Feb 2017 12:19:12 -0800 Subject: [PATCH] Remove dead code --- js/background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/background.js b/js/background.js index b707dfbf8..5479265a4 100644 --- a/js/background.js +++ b/js/background.js @@ -277,9 +277,6 @@ }); } - // lazy hack - window.receipts = new Backbone.Collection(); - function onDeliveryReceipt(ev) { var pushMessage = ev.proto; var timestamp = pushMessage.timestamp.toNumber();