remove debug print
This commit is contained in:
@@ -54,7 +54,6 @@ impl XmlSchemaValidator {
|
||||
|
||||
/// Check if the validator has reached the end of the XML
|
||||
pub fn eof(&self) -> bool {
|
||||
println!("EOF: {:?}", self.current_tokens);
|
||||
self.current_tokens.is_empty() || self.current_tokens.iter().all(Token::is_eof)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user