remove console.logs

This commit is contained in:
Matias Alejo Garcia 2014-04-21 07:30:46 -03:00
commit 85098bebbb
3 changed files with 3 additions and 11 deletions

View file

@ -32,8 +32,6 @@ PrivateKey.fromObj = function(obj) {
};
PrivateKey.prototype.toObj = function() {
console.log('[PrivateKey.js.35] TODO TODO: PRIV: ', this.getExtendedPrivateKeyString()); //TODO
return {
extendedPrivateKeyString: this.getExtendedPrivateKeyString(),
networkName: this.network.name,