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() {
|
for token in input.ansi_parse() {
|
||||||
match token {
|
match token {
|
||||||
Output::TextBlock(text) => {
|
Output::TextBlock(text) => {
|
||||||
dbg!(&state);
|
|
||||||
dbg!(&text);
|
|
||||||
|
|
||||||
let mut attr = builder.push(text);
|
let mut attr = builder.push(text);
|
||||||
attr.underline(state.underline);
|
attr.underline(state.underline);
|
||||||
attr.strikethrough(state.strikethrough);
|
attr.strikethrough(state.strikethrough);
|
||||||
|
|
Loading…
Add table
Reference in a new issue