This commit is contained in:
Matias Alejo Garcia 2016-08-25 17:56:30 -03:00
commit 3db1a02bc3
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 0 additions and 7 deletions

View file

@ -818,7 +818,6 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
};
root.getAddress = function(wallet, forceNew, cb) {
console.log('[walletService.js.786:wallet:]', wallet, forceNew); //TODO
var firstStep;
if (forceNew) {
@ -1062,7 +1061,6 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
if (err) return cb(err);
var code = getCode();
console.log('[walletService.js.948:code:]', code); //TODO
return cb(null, code);
});
});