diff --git a/js/background.js b/js/background.js index b707dfbf..5479265a 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();