Remove superfluous comment from the wrong place
diff --git a/src/content/insertable-streams/video-processing/js/webcodec-transform.js b/src/content/insertable-streams/video-processing/js/webcodec-transform.js index db0e332..1842950 100644 --- a/src/content/insertable-streams/video-processing/js/webcodec-transform.js +++ b/src/content/insertable-streams/video-processing/js/webcodec-transform.js
@@ -12,9 +12,6 @@ * Encodes and decodes frames using the WebCodec API. * @implements {FrameTransform} in pipeline.js */ - -/* global VideoEncoder, VideoDecoder */ // part of WebCodec specification - class WebCodecTransform { // eslint-disable-line no-unused-vars constructor() { // Encoder and decoder are initialized in init()