[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

banghart lon-capa-cvs-allow@mail.lon-capa.org
Wed, 18 Jul 2007 01:46:09 -0000


banghart		Tue Jul 17 21:46:09 2007 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  	Remove logthis debugging stuff.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.552 loncom/interface/loncommon.pm:1.553
--- loncom/interface/loncommon.pm:1.552	Tue Jul 17 19:10:14 2007
+++ loncom/interface/loncommon.pm	Tue Jul 17 21:46:07 2007
@@ -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 @@
 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)