1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

workflow updates

This commit is contained in:
Robin Appelman 2025-05-25 18:21:41 +02:00
commit d9b711add6
4 changed files with 22 additions and 28 deletions

View file

@ -89,7 +89,6 @@ impl<'a, A: MessageHandler> DemoParser<'a, A> {
pub fn parse(self) -> Result<(Header, A::Output)> {
let (header, mut ticker) = self.ticker()?;
dbg!(&header);
while ticker.tick()? {
// noop
}