--- loncom/interface/loncoursedata.pm 2003/03/25 22:29:31 1.61 +++ loncom/interface/loncoursedata.pm 2003/03/26 16:25:06 1.62 @@ -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 @@ sub get_problem_statistics { 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