mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Removed dead line
This commit is contained in:
@@ -103,7 +103,6 @@ impl<R: Read + Seek> Iterator for Parser<R> {
|
||||
|
||||
fn next(&mut self) -> Option<Event> {
|
||||
let (event, next_state) = self.advance();
|
||||
//println!("{:?}", event);
|
||||
self.state = next_state;
|
||||
return event;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user