Skip to content

Commit f369f55

Browse files
authored
remove printouts (#88)
1 parent 1e50a44 commit f369f55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/quarto-markdown-pandoc/src/readers/qmd_error_messages.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ fn error_diagnostic_from_parse_state(
122122
builder = builder.with_code(code);
123123
}
124124

125-
eprintln!("{:?}", consumed_tokens);
126-
eprintln!("{:?}", all_tokens);
127-
eprintln!("{:?}", entry.error_info);
128-
129125
// Add notes with their corresponding source locations
130126
for note in entry.error_info.notes {
131127
match note.note_type {

0 commit comments

Comments
 (0)