diff options
Diffstat (limited to 'libtxt/keymap.c')
-rw-r--r-- | libtxt/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtxt/keymap.c b/libtxt/keymap.c index e05ef1d..70af4fa 100644 --- a/libtxt/keymap.c +++ b/libtxt/keymap.c @@ -29,7 +29,6 @@ struct keymap *keymap_parse(const char *path) char *keymap_src = read(path); if (!keymap_src) return NULL; - printf("%c\n", keymap_src[0]); struct keymap *keymap = malloc(sizeof(*keymap)); int index = 0; |