1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

remove println

This commit is contained in:
james.baker@helsing.ai 2023-10-22 16:18:07 +02:00
parent 773e9656fc
commit bfc1626a12
No known key found for this signature in database

View file

@ -95,8 +95,6 @@ impl<R: Read + Seek> ReadBox<&mut R> for StsdBox {
));
}
println!("test {name}");
match name {
BoxType::Avc1Box => {
avc1 = Some(Avc1Box::read_box(reader, s)?);