Skip to content

Commit

Permalink
feat: Remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Nov 24, 2023
1 parent 2a25a01 commit c275996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion summa-core/src/components/tokenizers/mmd_tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ impl<'a> MmdTokenStream<'a> {
}

for (offset, c) in &mut self.chars {
eprintln!("status {} {} {}", c, is_command, spec_counter);
let real_offset = self.base_offset + offset;

if let Some(skip_list) = &self.skip_list {
Expand Down

0 comments on commit c275996

Please sign in to comment.