remove extraneous doc comment

This commit is contained in:
johnpyp 2023-12-21 21:06:40 -08:00
parent f5cb1ce782
commit 0f480cd517
No known key found for this signature in database
GPG key ID: CA93ADD29044F419

View file

@ -183,9 +183,6 @@ function parseTags(format, mediaInfoTags, verbose) {
Logger.debug('mediainfo Tags', mediaInfoTags.fields)
}
/**
* Comment.
*/
const rawTagData = {
ffprobe: format.tags,
mediaInfo: mediaInfoTags,