mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04: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");
|
LOG_ERR("invalid CSI SGR sequence");
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (size_t i = 0; i < param->sub.idx; i++)
|
|
||||||
LOG_ERR("#%zu: %u", i, param->sub.value[i]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
@ -281,9 +278,6 @@ csi_sgr(struct terminal *term)
|
||||||
LOG_ERR("invalid CSI SGR sequence");
|
LOG_ERR("invalid CSI SGR sequence");
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (size_t i = 0; i < param->sub.idx; i++)
|
|
||||||
LOG_ERR("#%zu: %u", i, param->sub.value[i]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue