bin: remove annoying print statement

This commit is contained in:
Matt Bilker 2019-05-19 23:14:22 +00:00
parent 4fffb0a3af
commit 48a389be54
No known key found for this signature in database
GPG Key ID: 69ADF8AEB6C8B5D1

View File

@ -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)?;