fix go.is

This commit is contained in:
Matias Alejo Garcia 2016-05-24 15:58:59 -03:00
commit 5f3802b875
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 2 additions and 4 deletions

View file

@ -125,8 +125,6 @@ angular.module('copayApp.controllers').controller('joinController',
this._join = function(opts) {
self.loading = true;
$timeout(function() {
console.log('[join.js.124]', opts); //TODO
profileService.joinWallet(opts, function(err) {
if (err) {
self.loading = false;