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

foxr foxr at source.lon-capa.org
Tue Aug 7 05:25:39 EDT 2012


foxr		Tue Aug  7 09:25:39 2012 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Remove debugging log spew.
  
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1088 loncom/interface/loncommon.pm:1.1089
--- loncom/interface/loncommon.pm:1.1088	Mon Aug  6 11:09:10 2012
+++ loncom/interface/loncommon.pm	Tue Aug  7 09:25:39 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1088 2012/08/06 11:09:10 foxr Exp $
+# $Id: loncommon.pm,v 1.1089 2012/08/07 09:25:39 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1016,7 +1016,6 @@
 	if ($code) {
 	    my $selector    = $supported_codes{$id};
 	    my $description = &plainlanguagedescription($id);
-	    &Apache::lonnet::logthis("pushing $selector : $description");
 	    push (@lang_choices, [$selector, $description]);
 	}
     }




More information about the LON-CAPA-cvs mailing list