mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-23 22:00:59 +01: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