--- loncom/interface/loncommon.pm 2012/08/06 11:09:10 1.1088 +++ loncom/interface/loncommon.pm 2012/08/07 09:25:39 1.1089 @@ -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 @@ sub list_languages { if ($code) { my $selector = $supported_codes{$id}; my $description = &plainlanguagedescription($id); - &Apache::lonnet::logthis("pushing $selector : $description"); push (@lang_choices, [$selector, $description]); } }