rm logs
This commit is contained in:
parent
1f6596a5ad
commit
6723cba56a
3 changed files with 4 additions and 12 deletions
|
|
@ -61,7 +61,10 @@ angular.module('copayApp.services')
|
|||
|
||||
root.getProfile = function(cb) {
|
||||
storage.get('profile', function(err, str) {
|
||||
if (err || !str) return cb(err);
|
||||
|
||||
if (err || !str)
|
||||
// Migrate ?
|
||||
return cb(err);
|
||||
|
||||
decryptOnMobile(str, function(err, str) {
|
||||
if (err) return cb(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue