From b9ae282202f15786735b2b3bee30bce7683eb908 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 17 Apr 2014 18:57:59 -0300 Subject: [PATCH] remove extra setFromObj --- test/mocks/FakeStorage.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/mocks/FakeStorage.js b/test/mocks/FakeStorage.js index b976d5a74..5ab31ef54 100644 --- a/test/mocks/FakeStorage.js +++ b/test/mocks/FakeStorage.js @@ -19,10 +19,6 @@ FakeStorage.prototype.get = function(wid, id) { return this.storage[wid + '-' +id]; } -FakeStorage.prototype.setFromObj = function(id, wallet) { - // TODO -}; - FakeStorage.prototype.clear = function() { delete this['storage']; }