move maxicode detector to Point

This commit is contained in:
Henry Schimke
2023-03-01 10:47:31 -06:00
parent 24e35f4226
commit 42efbb397d
3 changed files with 152 additions and 159 deletions

View File

@@ -451,9 +451,7 @@ fn decode_command(
);
}
Err(search_err) => {
println!(
"Error while attempting to locate barcode in '{file_name}': {search_err}"
);
println!("Error while attempting to locate barcode in '{file_name}': {search_err}");
}
}
}