remove unused variable

This commit is contained in:
Gabriel Bazán 2017-02-23 16:20:14 -05:00
commit 9970eef3e9

View file

@ -174,8 +174,6 @@ angular.module('copayApp.controllers').controller('addressesController', functio
function() {}, function() {},
function() {} function() {}
); );
$scope.menu.hide();
}); });
}; };