Remove console.log
This commit is contained in:
parent
c3347931ef
commit
9f1223fd94
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
angular.module('copayApp.directives')
|
angular.module('copayApp.directives')
|
||||||
.directive('walletSelector', function($rootScope, $timeout, configService) {
|
.directive('walletSelector', function($rootScope, $timeout, configService) {
|
||||||
|
|
||||||
console.log("walletSelector");
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
restrict: 'E',
|
restrict: 'E',
|
||||||
templateUrl: 'views/includes/walletSelector.html',
|
templateUrl: 'views/includes/walletSelector.html',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue