rm logs
This commit is contained in:
parent
1f6596a5ad
commit
6723cba56a
3 changed files with 4 additions and 12 deletions
|
|
@ -21,13 +21,7 @@ angular.module('copayApp.services')
|
|||
return cb(null, data[k]);
|
||||
});
|
||||
} else {
|
||||
console.log('[localStorage.js.24]',k); //TODO
|
||||
console.log('[localStorage.js.25:TODO:]'); //TODO
|
||||
console.log('[localStorage.js.26:TODO:]'); //TODO
|
||||
console.log('[localStorage.js.27:TODO:]'); //TODO
|
||||
$timeout(function() {
|
||||
return cb(null, ls.getItem(k));
|
||||
}, 1000);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue