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

matthew lon-capa-cvs@mail.lon-capa.org
Fri, 10 Dec 2004 20:41:39 -0000


matthew		Fri Dec 10 15:41:39 2004 EDT

  Modified files:              
    /loncom/interface/statistics	loncorrectproblemplot.pm 
  Log:
  Remove log spew.
  
  
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.13 loncom/interface/statistics/loncorrectproblemplot.pm:1.14
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.13	Fri Dec 10 15:14:16 2004
+++ loncom/interface/statistics/loncorrectproblemplot.pm	Fri Dec 10 15:41:39 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncorrectproblemplot.pm,v 1.13 2004/12/10 20:14:16 matthew Exp $
+# $Id: loncorrectproblemplot.pm,v 1.14 2004/12/10 20:41:39 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -164,7 +164,6 @@
     my $lowest  = $score_data->[0]->[0];
     $lowest = 0;
     my $highest = $score_data->[-1]->[0];
-    &Apache::lonnet::logthis('highest = '.$highest);
     my $binsize = 1;
     if ($highest > 50) { $binsize = 2; }
     if ($highest > 100) { $binsize = 5; }