Remove console.log

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-25 11:40:57 +09:00 committed by GitHub
commit 9f1223fd94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,6 @@
angular.module('copayApp.directives')
.directive('walletSelector', function($rootScope, $timeout, configService) {
console.log("walletSelector");
return {
restrict: 'E',
templateUrl: 'views/includes/walletSelector.html',