mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: remove debug log
This commit is contained in:
parent
10cf722617
commit
ac2eda885a
1 changed files with 0 additions and 1 deletions
1
search.c
1
search.c
|
|
@ -278,7 +278,6 @@ distance_next_word(const struct terminal *term)
|
|||
break;
|
||||
}
|
||||
|
||||
LOG_INFO("cursor = %zu, iswspace() = %d", cursor, iswspace(term->search.buf[cursor - 1]));
|
||||
assert(cursor == term->search.len || !iswspace(term->search.buf[cursor - 1]));
|
||||
|
||||
if (cursor < term->search.len && !iswspace(term->search.buf[cursor]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue