rm console.log

This commit is contained in:
Matias Alejo Garcia 2014-10-31 14:06:48 -03:00
parent b49661ebd8
commit f39588e295
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ function Wallet(opts) {
this.publicKey = this.privateKey.publicHex;
this.focusedTimestamp = opts.focusedTimestamp || 0;
this.syncedTimestamp = opts.syncedTimestamp || 0;
console.log('[Wallet.js.96:syncedTimestamp:]',this.syncedTimestamp); //TODO
this.lastMessageFrom = {};
this.paymentRequests = opts.paymentRequests || {};