rm logs
This commit is contained in:
parent
d76634df1a
commit
6f4efdd478
1 changed files with 0 additions and 2 deletions
|
|
@ -152,11 +152,9 @@ WalletFactory.prototype.remove = function(walletId) {
|
||||||
WalletFactory.prototype.joinCreateSession = function(secret, nickname, cb) {
|
WalletFactory.prototype.joinCreateSession = function(secret, nickname, cb) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
console.log('[WalletFactory.js.154]'); //TODO
|
|
||||||
var s;
|
var s;
|
||||||
try {
|
try {
|
||||||
s=Wallet.decodeSecret(secret);
|
s=Wallet.decodeSecret(secret);
|
||||||
console.log('[WalletFactory.js.157]',s); //TODO
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return cb('badSecret');
|
return cb('badSecret');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue