mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-07 01:55:13 -05:00
text_reader: remove excess log statement
This commit is contained in:
@@ -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())
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user