mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-09 19:15:27 -05:00
sixbit: remove debug log during unpack
This commit is contained in:
@@ -88,7 +88,6 @@ impl Sixbit {
|
||||
result.push(CHAR_MAP[current as usize] as char);
|
||||
}
|
||||
|
||||
debug!("result: {}", result);
|
||||
Ok(result)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user