Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Sep 11, 2024
1 parent bd1cb5d commit abf7f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ function checkValidValue(lowerRange: number | bigint, upperRange: number | bigin
}

function toPrimitive_TIME(time: TIME): bigint | number {
console.log('time', time);
const { value, unit, isAdjustedToUTC } = time;

const timeValue = typeof value === 'string' ? BigInt(value) : BigInt(value);
Expand Down

0 comments on commit abf7f0b

Please sign in to comment.