Skip to content

Commit

Permalink
Testing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent 459b759 commit 0574bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/codecTools/decodeCodec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export function decodeCodec<TCodec extends t.Any>(
);
}

// FIXME
console.log('YOLO')

// Return the decoded codec
return decoded.right;
}

0 comments on commit 0574bda

Please sign in to comment.