Remove some debugging code
This commit is contained in:
+1
-3
@@ -102,9 +102,7 @@ int main( int argc, char *argv[] )
|
||||
|
||||
if ( fds[ 0 ].revents & POLLIN ) {
|
||||
char x = getchar();
|
||||
for ( int i = 0; i < 20; i++ ) {
|
||||
n->get_current_state().key_hit( x );
|
||||
}
|
||||
n->get_current_state().key_hit( x );
|
||||
}
|
||||
|
||||
if ( fds[ 1 ].revents & POLLIN ) {
|
||||
|
||||
Reference in New Issue
Block a user