Remove unnecessary log message

This commit is contained in:
Stephen F. Booth 2024-05-16 16:30:56 -05:00
parent 3744e9979c
commit cf633e6954
No known key found for this signature in database
GPG Key ID: 900AAC885063A183

View File

@ -124,8 +124,6 @@ MP4::Atom::Atom(File *file)
}
}
debug("MP4: Skipping atom '" + d->name + "'");
file->seek(d->offset + d->length);
}