Merge pull request #107 from Bitcoin-com/dev-jb
Fkix - 315 - Remove console.log
This commit is contained in:
commit
f28c8db517
1 changed files with 0 additions and 2 deletions
|
|
@ -68,9 +68,7 @@ angular.module('copayApp.controllers').controller('preferencesAltCurrencyControl
|
|||
};
|
||||
|
||||
$scope.findCurrency = function(search) {
|
||||
console.log(search);
|
||||
if (!search) init();
|
||||
console.log(search);
|
||||
var list = lodash.unique(lodash.union(completeAlternativeList, lodash.union($scope.lastUsedAltCurrencyList, popularCurrencyList)), 'isoCode');
|
||||
$scope.altCurrencyList = lodash.filter(list, function(item) {
|
||||
var val = item.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue