Nuke accidentally-committed debugging statement.

pull/1/head
Nicholas Marriott 2009-10-26 18:16:32 +00:00
parent e831649b64
commit 53957dcbaa
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}