remove alert

This commit is contained in:
Manuel Araoz 2014-04-29 14:45:08 -03:00
parent ac719345e8
commit e9fa7e36ce
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ BIP32.prototype.extendedPublicKeyString = function(format) {
var data = Buffer.concat([this.extendedPublicKey, checksum]);
return base58.encode(data);
} else if (format === 'hex') {
alert('calc'+this.extendedPublicKey.toString('hex'));
return this.extendedPublicKey.toString('hex');;
} else {
throw new Error('bad format');