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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 23 Feb 2004 16:13:31 -0000


matthew		Mon Feb 23 11:13:31 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonstudentsubmissions.pm 
  Log:
  Removed debugging code in answer computation routine.
  
  
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.3 loncom/interface/statistics/lonstudentsubmissions.pm:1.4
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.3	Fri Feb 20 11:38:49 2004
+++ loncom/interface/statistics/lonstudentsubmissions.pm	Mon Feb 23 11:13:31 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentsubmissions.pm,v 1.3 2004/02/20 16:38:49 matthew Exp $
+# $Id: lonstudentsubmissions.pm,v 1.4 2004/02/23 16:13:31 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -303,7 +303,6 @@
         my $sdom = $student->{'domain'};
         my $answer = &Apache::lonstathelpers::analyze_problem_as_student
             ($resource,$sname,$sdom,$partid,$respid);
-        &Apache::lonnet::logthis('answer = "'.$answer.'"');
         &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state,
                                                  &mt('last student'));
         $student->{'answer'} = $answer;