--- loncom/interface/statistics/lonproblemstatistics.pm 2004/03/23 16:35:15 1.71 +++ loncom/interface/statistics/lonproblemstatistics.pm 2004/03/23 20:08:58 1.72 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.71 2004/03/23 16:35:15 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.72 2004/03/23 20:08:58 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -882,7 +882,6 @@ Returns: integer between -1 and 1 ############################################### sub compute_discrimination_factor { my ($resource,$part,$sequence) = @_; - &Apache::lonnet::logthis($sequence->{'title'}.' '.$resource->{'title'}); my @Resources; foreach my $res (@{$sequence->{'contents'}}) { next if ($res->{'symb'} eq $resource->{'symb'});