Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jan 29, 2024
1 parent b3d4d5a commit caecb14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion site/src/lib/server/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ export const getTimeline = ({

const distance =
(currentTimeInterval / realTimeDuration) * svgDomain.svgViewbox.width;
console.log({ distance, currentTimeInterval, realTimeDuration });
console.log({
postTime,
firstDateVal,
distance,
currentTimeInterval,
realTimeDuration,
});

const distanceBefore = acc.totalDistance;

Expand Down

0 comments on commit caecb14

Please sign in to comment.