diff --git a/src/js/controllers/preferencesAltCurrency.js b/src/js/controllers/preferencesAltCurrency.js index fdfd69c1a..22ba02a04 100644 --- a/src/js/controllers/preferencesAltCurrency.js +++ b/src/js/controllers/preferencesAltCurrency.js @@ -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