remove console.log
This commit is contained in:
parent
ebaefebe8b
commit
eb444eede9
2 changed files with 0 additions and 4 deletions
|
|
@ -56,8 +56,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
force: !!force,
|
force: !!force,
|
||||||
}, function(err, status) {
|
}, function(err, status) {
|
||||||
$scope.updatingStatus = false;
|
$scope.updatingStatus = false;
|
||||||
console.log(err);
|
|
||||||
console.log("####################12412412");
|
|
||||||
if (err) {
|
if (err) {
|
||||||
if (err === 'WALLET_NOT_REGISTERED') {
|
if (err === 'WALLET_NOT_REGISTERED') {
|
||||||
$scope.walletNotRegistered = true;
|
$scope.walletNotRegistered = true;
|
||||||
|
|
|
||||||
|
|
@ -140,8 +140,6 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
||||||
wallet.getStatus({
|
wallet.getStatus({
|
||||||
twoStep: true
|
twoStep: true
|
||||||
}, function(err, ret) {
|
}, function(err, ret) {
|
||||||
console.log(err);
|
|
||||||
console.log("###########################");
|
|
||||||
if (err) {
|
if (err) {
|
||||||
if (err instanceof errors.NOT_AUTHORIZED) {
|
if (err instanceof errors.NOT_AUTHORIZED) {
|
||||||
return cb('WALLET_NOT_REGISTERED');
|
return cb('WALLET_NOT_REGISTERED');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue