=== modified file 'termkey.c' --- termkey.c 2008-11-08 17:56:57 +0000 +++ termkey.c 2008-11-08 17:47:57 +0000 @@ -172,10 +172,6 @@ goto abort_free_keynames; } -#ifdef DEBUG - fprintf(stderr, "Using the %s driver\n", tk->driver.name); -#endif - if(!(flags & TERMKEY_FLAG_NOTERMIOS)) { struct termios termios; if(tcgetattr(fd, &termios) == 0) {