--- loncom/interface/loncoursedata.pm 2004/02/18 19:15:48 1.119 +++ loncom/interface/loncoursedata.pm 2004/02/18 20:48:21 1.120 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.119 2004/02/18 19:15:48 matthew Exp $ +# $Id: loncoursedata.pm,v 1.120 2004/02/18 20:48:21 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2154,7 +2154,7 @@ sub get_response_data_by_student { 'WHERE '. 'a.symb_id='.$symb_id.' AND a.response_id='.$response_id. ' AND a.student_id='.$student_id.' ORDER BY b.timestamp'; - &Apache::lonnet::logthis("request =\n".$request); + # &Apache::lonnet::logthis("request =\n".$request); my $sth = $dbh->prepare($request); $sth->execute(); if ($dbh->err) {