--- loncom/interface/lonstatistics.pm 2003/11/11 22:14:28 1.90 +++ loncom/interface/lonstatistics.pm 2003/11/16 21:20:47 1.91 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.90 2003/11/11 22:14:28 matthew Exp $ +# $Id: lonstatistics.pm,v 1.91 2003/11/16 21:20:47 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -225,7 +225,6 @@ sub PrepareClasslist { @SelectedSections = ($ENV{'form.Section'}); } } - &Apache::lonnet::logthis('@SelectedSections = '.join(',',@SelectedSections)); @SelectedSections = ('all') if (! @SelectedSections); foreach (@SelectedSections) { if ($_ eq 'all') {