--- loncom/interface/lonhtmlcommon.pm 2003/03/10 20:21:45 1.17 +++ loncom/interface/lonhtmlcommon.pm 2003/03/10 20:25:00 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.17 2003/03/10 20:21:45 matthew Exp $ +# $Id: lonhtmlcommon.pm,v 1.18 2003/03/10 20:25:00 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -272,8 +272,6 @@ sub javascript_nothing { (undef,$user_browser,undef,undef,undef,$user_os) = &Apache::loncommon::decode_user_agent(); } - &Apache::lonnet::logthis(" os = :".$user_os.":"); - &Apache::lonnet::logthis(" browser = :".$user_browser.":"); if ($user_browser eq 'explorer' && $user_os =~ 'mac') { $nothing = "'javascript:void(0);'"; }