diff options
author | Marvin Borner | 2020-09-19 23:28:47 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-19 23:28:47 +0200 |
commit | 034762e7caf8e8aa8ad20cf1a81c9582876e14d6 (patch) | |
tree | b1c81f6d3ad27296213a31866d6cfd38109ae878 /libtxt | |
parent | c6cde5937d0742b11a7d2fedacc0b093478fe994 (diff) |
Wrroooooooom, I'm faster. ig
Diffstat (limited to 'libtxt')
-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; |