Skip to content

Commit

Permalink
remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Mar 21, 2024
1 parent 5ff2912 commit 4730c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bigint-uint8array/src/converter/native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ try {
}
} catch (e) {
// bigint-buffer not available as peer-dependency
console.log('not found');
}
export const uncheckedConverter = _uncheckedConverter

0 comments on commit 4730c61

Please sign in to comment.