Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 19, 2024
1 parent a3e706c commit 1de7f97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web/src/components/player/PreviewPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ export default function PreviewPlayer({
const timeRangeOffset =
(getUTCOffset(new Date(timeRange.before * 1000)) % 60) * 60;

console.log(`the offset is ${timeRangeOffset}`);
cameraPreviews.forEach((preview) =>
console.log(
`check ${new Date(Math.round(preview.start) * 1000)} >= ${new Date((timeRange.after + timeRangeOffset) * 1000)}`,
),
);

return cameraPreviews.find(
(preview) =>
preview.camera == camera &&
Expand Down

0 comments on commit 1de7f97

Please sign in to comment.