diff options
Diffstat (limited to 'import/src/matroska.rs')
-rw-r--r-- | import/src/matroska.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/src/matroska.rs b/import/src/matroska.rs index f9a59ab..4694833 100644 --- a/import/src/matroska.rs +++ b/import/src/matroska.rs @@ -92,7 +92,7 @@ pub(crate) fn matroska_metadata(path: &Path) -> Result<Arc<Option<MatroskaMetada .ser(), ) } - a => println!("{a:?}"), + _ => (), } } } |