removed big num from pp

pull/564/head
obscuren 10 years ago
parent aa1eae67ec
commit a2e3bf6f30
  1. 2
      jsre/pp_js.go

@ -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…
Cancel
Save