mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Nuke accidentally-committed debugging statement.
This commit is contained in:
parent
e831649b64
commit
53957dcbaa
@ -146,7 +146,6 @@ xterm_keys_find(const char *buf, size_t len, size_t *size)
|
||||
if (i == nitems(xterm_keys_table))
|
||||
return (KEYC_NONE);
|
||||
*size = strlen(entry->template);
|
||||
log_debug("XXX %x %x", entry->key, xterm_keys_modifiers(entry->template, buf, len));
|
||||
return (entry->key | xterm_keys_modifiers(entry->template, buf, len));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user