mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-04-24 06:57:15 -05:00
text_reader: remove excess log statement
This commit is contained in:
parent
b3337ce3d4
commit
b1b651aa11
|
|
@ -211,7 +211,6 @@ impl<'a> TextXmlReader<'a> {
|
|||
Ok(Event::Eof) => break,
|
||||
Ok(_) => {},
|
||||
Err(e) => {
|
||||
eprintln!("event error: {:?}", e);
|
||||
return Err(e.context(KbinErrorKind::InvalidState).into())
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user