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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 15 Aug 2005 19:55:38 -0000


albertel		Mon Aug 15 15:55:38 2005 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - remove debug info
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.8 loncom/interface/slotrequest.pm:1.9
--- loncom/interface/slotrequest.pm:1.8	Mon Aug 15 15:54:26 2005
+++ loncom/interface/slotrequest.pm	Mon Aug 15 15:55:37 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.8 2005/08/15 19:54:26 albertel Exp $
+# $Id: slotrequest.pm,v 1.9 2005/08/15 19:55:37 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -522,10 +522,6 @@
     } else {
 	$r->print("<p>Unknown command: ".$env{'form.command'}."</p>");
     }
-    $r->print('<p>1'.$symb.'</p>');
-    $r->print('<p>2'.&Apache::lonnet::symbread().'</p>');
-    $r->print(&check_for_reservation($symb));
-    $r->print( &Apache::lonhomework::check_task_access('0'));
     &end_page($r);
     return OK;
 }