rm test variable

This commit is contained in:
Matias Alejo Garcia 2016-02-22 12:11:50 -03:00
commit 0ed067bc94

View file

@ -53,8 +53,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
self.addr = null;
self.resetForm();
self.kk=1;
$log.debug('Cleaning WalletHome Instance');
lodash.each(self, function(v, k) {
if (lodash.isFunction(v)) return;