Merge pull request #3285 from cmgustavo/bug/log-01

Removes console.log
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-07 12:52:53 -03:00
commit d2939d8e83
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ angular.module('copayApp.services')
root._seedWallet(opts, function(err, walletClient) {
if (err) return cb(err);
console.log('[profileService.js.239:walletClient:]',walletClient); //TODO
walletClient.createWallet(opts.name, opts.myName || 'me', opts.m, opts.n, {
network: opts.networkName
}, function(err, secret) {