Skip to content

Commit 223e2cf

Browse files
chore: remove comment (#8679)
1 parent cbb6796 commit 223e2cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-common/src/features/dashboards/time-series/annotations-selectors.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ function convertV1AnnotationsResponseItemToAnnotation(
100100
: undefined;
101101

102102
// Only truncate start and ceil end when there is a grain column in the annotation.
103-
// what is the format of annotation.duration? Why are we using period instead of the duration directly? - bgh
104-
// We should fix this and remove the comment before merging - bgh
105103
if (period && annotation.duration) {
106104
startTime = startTime.startOf(TimeUnit[period]);
107105
if (endTime) {

0 commit comments

Comments
 (0)