rm logs
This commit is contained in:
parent
b3584aea77
commit
cf0bc6badd
1 changed files with 0 additions and 4 deletions
|
|
@ -331,14 +331,10 @@ Wallet.prototype._onPublicKeyRing = function(senderId, data) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hasChanged) {
|
if (hasChanged) {
|
||||||
console.log('[Wallet.js.333:hasChanged:]',hasChanged); //TODO
|
|
||||||
if (wasIncomplete) {
|
if (wasIncomplete) {
|
||||||
this.sendPublicKeyRing();
|
this.sendPublicKeyRing();
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('[Wallet.js.335:wasIncomplete:]',wasIncomplete); //TODO
|
|
||||||
if (this.publicKeyRing.isComplete()) {
|
if (this.publicKeyRing.isComplete()) {
|
||||||
console.log('[Wallet.js.338]'); //TODO
|
|
||||||
this._lockIncomming();
|
this._lockIncomming();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue