[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 23 Mar 2004 20:08:58 -0000


matthew		Tue Mar 23 15:08:58 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
  Log:
  Remove debug spew.
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.71 loncom/interface/statistics/lonproblemstatistics.pm:1.72
--- loncom/interface/statistics/lonproblemstatistics.pm:1.71	Tue Mar 23 11:35:15 2004
+++ loncom/interface/statistics/lonproblemstatistics.pm	Tue Mar 23 15:08:58 2004
@@ -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 @@
 ###############################################
 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'});