good morning!!!!

Skip to content
Snippets Groups Projects
Commit a2e3bf6f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

removed big num from pp

parent aa1eae67
No related branches found
No related tags found
No related merge requests found
......@@ -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 += " ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment