mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-04-15 08:14:15 +00:00
remove println
This commit is contained in:
parent
773e9656fc
commit
bfc1626a12
1 changed files with 0 additions and 2 deletions
|
@ -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)?);
|
||||
|
|
Loading…
Reference in a new issue