Removes console.log

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-07 12:45:40 -03:00
parent d67a854188
commit 12db8b8da8
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
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) {