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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 13 Sep 2005 07:56:04 -0000


albertel		Tue Sep 13 03:56:04 2005 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - remove some debug
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.16 loncom/interface/slotrequest.pm:1.17
--- loncom/interface/slotrequest.pm:1.16	Tue Sep 13 03:33:59 2005
+++ loncom/interface/slotrequest.pm	Tue Sep 13 03:56:03 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler for requesting to have slots added to a students record
 #
-# $Id: slotrequest.pm,v 1.16 2005/09/13 07:33:59 albertel Exp $
+# $Id: slotrequest.pm,v 1.17 2005/09/13 07:56:03 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -58,7 +58,6 @@
     $r->print($html.'<head><title>'.
 	      &mt('Request another Worktime').'</title></head>');
     $r->print(&Apache::loncommon::bodytag('Requesting another Worktime'));
-    $r->print('<p>'.$env{'form.command'}.'</p>');
 }
 
 sub end_page {