Removed print macro
Some checks failed
Rust Build / Check (pull_request) Failing after 24s
Rust Build / Test Suite (pull_request) Failing after 26s
Rust Build / Rustfmt (pull_request) Failing after 22s
Rust Build / Clippy (pull_request) Failing after 25s
Rust Build / build (pull_request) Failing after 25s
Some checks failed
Rust Build / Check (pull_request) Failing after 24s
Rust Build / Test Suite (pull_request) Failing after 26s
Rust Build / Rustfmt (pull_request) Failing after 22s
Rust Build / Clippy (pull_request) Failing after 25s
Rust Build / build (pull_request) Failing after 25s
This commit is contained in:
@@ -223,7 +223,6 @@ pub mod metadata {
|
|||||||
match vb.save_to_path(filepath, lofty::config::WriteOptions::default())
|
match vb.save_to_path(filepath, lofty::config::WriteOptions::default())
|
||||||
{
|
{
|
||||||
Ok(res) => {
|
Ok(res) => {
|
||||||
println!("Result: {:?}", res);
|
|
||||||
Ok(value.to_owned())
|
Ok(value.to_owned())
|
||||||
}
|
}
|
||||||
Err(err) => Err(std::io::Error::new(
|
Err(err) => Err(std::io::Error::new(
|
||||||
|
Reference in New Issue
Block a user