This commit is contained in:
Matias Alejo Garcia 2016-02-22 12:16:08 -03:00
commit 203e85a986

View file

@ -512,7 +512,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
}; };
this.setAddress = function(forceNew) { this.setAddress = function(forceNew) {
console.log('[walletHome.js.795] KK', self.kk); //TODO
self.addrError = null; self.addrError = null;
var fc = profileService.focusedClient; var fc = profileService.focusedClient;
if (!fc) if (!fc)
@ -829,7 +828,6 @@ console.log('[walletHome.js.795] KK', self.kk); //TODO
var self = this; var self = this;
self.blockUx = !!name; self.blockUx = !!name;
console.log('[walletHome.js.795] KK', self.kk); //TODO
if (isCordova) { if (isCordova) {
if (name) { if (name) {
window.plugins.spinnerDialog.hide(); window.plugins.spinnerDialog.hide();