Skip to content

Commit bd689ec

Browse files
committed
Remove unnecessary commit
1 parent 465dd0c commit bd689ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotcom-rendering/src/components/LoopVideoPlayer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export const LoopVideoPlayer = forwardRef(
113113
}: Props,
114114
ref: React.ForwardedRef<HTMLVideoElement>,
115115
) => {
116-
// Assumes that the video is unique on the page.
117116
const loopVideoId = `loop-video-${uniqueId}`;
118117
const { renderingTarget } = useConfig();
119118

0 commit comments

Comments
 (0)