From be222fd4d8d6a493020d2e21d567580155136721 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Thu, 10 May 2018 12:27:00 +0900 Subject: [PATCH] Fkix - 315 - Remove console.log --- src/js/controllers/preferencesAltCurrency.js | 2 -- 1 file changed, 2 deletions(-) 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