removed debugging logs
This commit is contained in:
parent
24f103288d
commit
404016cfb5
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
||||||
controllerUtils.onErrorDigest(
|
controllerUtils.onErrorDigest(
|
||||||
$scope, (err.toString() || '').match('PNOTFOUND') ? 'Profile not found' : 'Unknown error');
|
$scope, (err.toString() || '').match('PNOTFOUND') ? 'Profile not found' : 'Unknown error');
|
||||||
} else {
|
} else {
|
||||||
console.log('$rootScope.wallet -->', $rootScope.wallet, 'FIRST WALLET ->', firstWallet);
|
|
||||||
controllerUtils.bindProfile($scope, iden, firstWallet);
|
controllerUtils.bindProfile($scope, iden, firstWallet);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue