Browse Source

Removed debug output

master
Bert 14 years ago
parent
commit
b900105a4e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      main.c

+ 0
- 2
main.c View File

@@ -139,8 +139,6 @@ void on_keypress(XEvent *ev) {
if (!len) if (!len)
return; return;


printf("%c\n", key);

switch (key) { switch (key) {
case 'q': case 'q':
cleanup(); cleanup();


Loading…
Cancel
Save