Remove debug output
This commit is contained in:
@@ -28,7 +28,6 @@ fn find_device() -> Result<Option<HidDevice>, HidError> {
|
||||
}
|
||||
|
||||
fn hex_prop_is(proplist: &Proplist, prop_name: &str, expected: u16) -> bool {
|
||||
println!("{}", proplist.get_str(prop_name).unwrap());
|
||||
proplist
|
||||
.get_str(prop_name)
|
||||
.map(|prop| prop.trim_start_matches("0x").to_owned())
|
||||
|
||||
Reference in New Issue
Block a user