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

matthew lon-capa-cvs@mail.lon-capa.org
Sun, 16 Nov 2003 21:20:47 -0000


matthew		Sun Nov 16 16:20:47 2003 EDT

  Modified files:              
    /loncom/interface	lonstatistics.pm 
  Log:
  Removed debugging code.
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.90 loncom/interface/lonstatistics.pm:1.91
--- loncom/interface/lonstatistics.pm:1.90	Tue Nov 11 17:14:28 2003
+++ loncom/interface/lonstatistics.pm	Sun Nov 16 16:20:47 2003
@@ -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 @@
             @SelectedSections = ($ENV{'form.Section'});
         }
     }
-    &Apache::lonnet::logthis('@SelectedSections = '.join(',',@SelectedSections));
     @SelectedSections = ('all') if (! @SelectedSections);
     foreach (@SelectedSections) {
         if ($_ eq 'all') {