chore(dtmm): Remove debug logs
This commit is contained in:
parent
50a6a1c927
commit
c7ec318e83
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ pub fn ansi_to_rich_text(input: &str) -> RichText {
|
|||
for token in input.ansi_parse() {
|
||||
match token {
|
||||
Output::TextBlock(text) => {
|
||||
dbg!(&state);
|
||||
dbg!(&text);
|
||||
|
||||
let mut attr = builder.push(text);
|
||||
attr.underline(state.underline);
|
||||
attr.strikethrough(state.strikethrough);
|
||||
|
|
Loading…
Add table
Reference in a new issue