Skip to content

Commit

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

// FIXME
console.log('CATCH ME PLEASE ESLINT10');

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

0 comments on commit eb92d9f

Please sign in to comment.