csi: remove debug log

This commit is contained in:
Daniel Eklöf 2024-06-23 18:55:29 +02:00
parent 05f9774416
commit a45ccfaed0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
csi.c
View file

@ -120,7 +120,6 @@ csi_sgr(struct terminal *term)
term_update_ascii_printer(term);
}
LOG_WARN("CURLY: %d", term->vt.curly.style);
break;
}
case 5: term->vt.attrs.blink = true; break;