mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
removed big num from pp
This commit is contained in:
parent
aa1eae67ec
commit
a2e3bf6f30
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ function pp(object, indent) {
|
|||
}
|
||||
}
|
||||
str += " ]";
|
||||
} else if(object instanceof BigNumber) {
|
||||
return pp(object.toString(), indent);
|
||||
} else if(typeof(object) === "object") {
|
||||
str += "{\n";
|
||||
indent += " ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue