mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
csi: remove debug logging
This commit is contained in:
parent
888de785b7
commit
ae2ec19133
1 changed files with 0 additions and 6 deletions
6
csi.c
6
csi.c
|
|
@ -203,9 +203,6 @@ csi_sgr(struct terminal *term)
|
|||
LOG_ERR("invalid CSI SGR sequence");
|
||||
abort();
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < param->sub.idx; i++)
|
||||
LOG_ERR("#%zu: %u", i, param->sub.value[i]);
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
@ -281,9 +278,6 @@ csi_sgr(struct terminal *term)
|
|||
LOG_ERR("invalid CSI SGR sequence");
|
||||
abort();
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < param->sub.idx; i++)
|
||||
LOG_ERR("#%zu: %u", i, param->sub.value[i]);
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue