mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-04-24 23:17:15 -05:00
bin: remove annoying print statement
This commit is contained in:
parent
4fffb0a3af
commit
48a389be54
|
|
@ -131,7 +131,6 @@ fn run() -> Fallible<()> {
|
|||
|
||||
let options = Options::with_encoding(encoding);
|
||||
let buf = kbinxml::to_binary_with_options(options, &element)?;
|
||||
eprintln!("data: {:02x?}", buf);
|
||||
|
||||
if printer_enabled {
|
||||
Printer::run(&buf)?;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user