Remove some debugging code

This commit is contained in:
Keith Winstein
2011-08-10 00:03:48 -04:00
parent 6a56487587
commit 4a90f6a0ef
3 changed files with 9 additions and 7 deletions
+1 -3
View File
@@ -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 ) {