Removed debug output
This commit is contained in:
parent
2d5247af4a
commit
b900105a4e
1 changed files with 0 additions and 2 deletions
2
main.c
2
main.c
|
@ -139,8 +139,6 @@ void on_keypress(XEvent *ev) {
|
|||
if (!len)
|
||||
return;
|
||||
|
||||
printf("%c\n", key);
|
||||
|
||||
switch (key) {
|
||||
case 'q':
|
||||
cleanup();
|
||||
|
|
Loading…
Add table
Reference in a new issue