--- loncom/interface/lonpreferences.pm 2004/03/16 19:13:09 1.37 +++ loncom/interface/lonpreferences.pm 2004/03/16 20:18:01 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.37 2004/03/16 19:13:09 www Exp $ +# $Id: lonpreferences.pm,v 1.38 2004/03/16 20:18:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -760,7 +760,6 @@ ENDHEADER my $printmenu = 'yes'; foreach my $option (@Options) { if ($option->{'action'} eq $ENV{'form.action'}) { - &Apache::lonnet::logthis('got action '.$option->{'action'}); $call = $option->{'subroutine'}; $printmenu = $option->{'printmenu'}; if (exists($option->{'breadcrumb'})) {