--- loncom/interface/lonmenu.pm 2006/08/14 09:11:55 1.203 +++ loncom/interface/lonmenu.pm 2006/08/14 09:28:56 1.204 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.203 2006/08/14 09:11:55 foxr Exp $ +# $Id: lonmenu.pm,v 1.204 2006/08/14 09:28:56 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -499,7 +499,6 @@ ENDREALRES s&8&3&prt.gif&prepare[_1]&printout[_1]&gopost('/adm/printout',currentURL)&Prepare a printable document ENDMENUITEMS } - &Apache::lonnet::logthis("Menu items:\n$menuitems\n"); my $buttons=''; foreach (split(/\n/,$menuitems)) { my ($command,@rest)=split(/\&/,$_); @@ -509,7 +508,6 @@ ENDMENUITEMS $buttons.=&clear(@rest); } } - &Apache::lonnet::logthis("buttons = $buttons"); if ($textual) { my $addremote=0; @@ -531,7 +529,6 @@ ENDMENUITEMS ENDINLINE } } - &Apache::lonnet::logthis("Inline:\n $inlinebuttons \n"); $result =(< // BEGIN LON-CAPA Internal