diff --git a/lib/provable-generic.ts b/lib/provable-generic.ts index b9b060a5..0054074f 100644 --- a/lib/provable-generic.ts +++ b/lib/provable-generic.ts @@ -118,9 +118,6 @@ function createDerivers(): { } function toFields(typeObj: NestedProvable, obj: any): Field[] { - console.log(typeObj); - - console.log(obj); if (isPrimitive(typeObj)) return []; if (!complexTypes.has(typeof typeObj))