Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Sep 25, 2024
1 parent 0cf7e16 commit d2b3e39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/provable-generic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ function createDerivers<Field>(): {
}

function toFields(typeObj: NestedProvable<Field>, obj: any): Field[] {
console.log(typeObj);

console.log(obj);
if (isPrimitive(typeObj)) return [];

if (!complexTypes.has(typeof typeObj))
Expand Down

0 comments on commit d2b3e39

Please sign in to comment.