Removing log statements.
This commit is contained in:
parent
61f1603bbf
commit
9e7566b171
1 changed files with 0 additions and 3 deletions
|
|
@ -293,7 +293,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
$scope.availableFunds = availableFundsInCrypto;
|
$scope.availableFunds = availableFundsInCrypto;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('availableFunds: ' + $scope.availableFunds);
|
|
||||||
updateUnitUI();
|
updateUnitUI();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -697,7 +696,5 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
availableFundsInCrypto = '';
|
availableFundsInCrypto = '';
|
||||||
availableSatoshis = null;
|
availableSatoshis = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue