Removed debug output

This commit is contained in:
Bert 2011-01-21 10:41:50 +01:00
parent 2d5247af4a
commit b900105a4e

2
main.c
View file

@ -139,8 +139,6 @@ void on_keypress(XEvent *ev) {
if (!len)
return;
printf("%c\n", key);
switch (key) {
case 'q':
cleanup();