diff --git a/scripts/conplay b/scripts/conplay index 4fdc57b8..bf06f504 100755 --- a/scripts/conplay +++ b/scripts/conplay @@ -78,12 +78,6 @@ push(@mpg123_command, '-k', $frame, '--listentry', $entry, '-@', $listfile); print STDERR "running player:\n\t@mpg123_command\n\n"; open(MPG123, '-|', @mpg123_command) or die "Cannot run mpg123!"; - -sleep(1); -print "What do yo think of this year?\n"; -my $ans = ; -print "You said: $ans"; - while() { print STDOUT $_;