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

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 26 Mar 2003 16:25:06 -0000


matthew		Wed Mar 26 11:25:06 2003 EDT

  Modified files:              
    /loncom/interface	loncoursedata.pm 
  Log:
  Removed debugging code from statistics subroutine.
  
  
Index: loncom/interface/loncoursedata.pm
diff -u loncom/interface/loncoursedata.pm:1.61 loncom/interface/loncoursedata.pm:1.62
--- loncom/interface/loncoursedata.pm:1.61	Tue Mar 25 17:29:31 2003
+++ loncom/interface/loncoursedata.pm	Wed Mar 26 11:25:06 2003
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncoursedata.pm,v 1.61 2003/03/25 22:29:31 matthew Exp $
+# $Id: loncoursedata.pm,v 1.62 2003/03/26 16:25:06 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1172,12 +1172,8 @@
     my $part_id = &get_part_id($part);
     my $stats_table = $courseid.'_problem_stats';
     #
-    &Apache::lonnet::logthis('symb id = '.$symb_id);
-    &Apache::lonnet::logthis('part id = '.$part_id);
-
     my $dbh = &Apache::lonmysql::get_dbh();
     return undef if (! defined($dbh));
-    &Apache::lonnet::logthis('dbh is defined');
     #
     # A) Number of Students attempting problem
     # B) Total number of tries of students attempting problem