From 2f34d6e7fa9c979ee1e1c8880f541d56dc972f12 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 25 Sep 2022 13:44:54 -0700 Subject: [PATCH] Comment cleanups. --- src/components/timeline-core.ts | 1 - src/components/timeline.ts | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/components/timeline-core.ts b/src/components/timeline-core.ts index c4e51c5d..1869d9e3 100644 --- a/src/components/timeline-core.ts +++ b/src/components/timeline-core.ts @@ -2,7 +2,6 @@ import { add, differenceInSeconds, endOfHour, - format, fromUnixTime, getUnixTime, startOfHour, diff --git a/src/components/timeline.ts b/src/components/timeline.ts index 9ec85c35..9186e6a2 100644 --- a/src/components/timeline.ts +++ b/src/components/timeline.ts @@ -1,6 +1,3 @@ -// TODO: When a media viewer is first loaded the selected child won't work (because the underlying carousel has not yet rendered) -// TODO: time on recording != time on timeline in media viewer after scrolling around - import { CSSResultGroup, html, LitElement, TemplateResult, unsafeCSS } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import timelineStyle from '../scss/timeline.scss';