--- loncom/interface/loncommon.pm 2007/07/17 23:10:14 1.552 +++ loncom/interface/loncommon.pm 2007/07/18 01:46:07 1.553 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.552 2007/07/17 23:10:14 banghart Exp $ +# $Id: loncommon.pm,v 1.553 2007/07/18 01:46:07 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -802,7 +802,6 @@ ENDOUTPUT sub help_open_menu { my ($topic,$component_help,$faq,$bug,$stayOnPage,$width,$height,$text) = @_; - &Apache::lonnet::logthis("stayonpage is $stayOnPage"); $stayOnPage = 0 if (not defined $stayOnPage); # formerly only used pop-up help (stayOnPage = 0) # if environment.remote is on (using remote control UI)