remove console.logs
This commit is contained in:
parent
dcd903904e
commit
85098bebbb
3 changed files with 3 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue