remove jsonReplacer log

This commit is contained in:
De Facto 2021-02-25 18:48:16 +08:00
parent 0acc8ef287
commit 9b84c7691d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ export function jsonReviver(_key: string, val: any) {
export function jsonReplacer(key: string, value: any) {
if (value && typeof value == "object") {
console.log("jsonReplacer", key, value)
if (value.constructor == PublicKey) {
return {
type: "PublicKey",