remove unused func in storage

This commit is contained in:
Ivan Socolsky 2015-02-26 13:00:29 -03:00
parent d36d8840f9
commit 98a8723311
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ var opKey = function(key) {
var MAX_TS = _.repeat('9', 14);
var opKeyTs = function(key) {
return key ? '!' + zeroPad(key, 14) : '';
};
var KEY = {
WALLET: function(walletId) {