--- loncom/interface/Attic/londropadd.pm	2002/04/23 21:03:59	1.29
+++ loncom/interface/Attic/londropadd.pm	2002/04/25 19:21:34	1.30
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to drop and add students in courses 
 #
-# $Id: londropadd.pm,v 1.29 2002/04/23 21:03:59 matthew Exp $
+# $Id: londropadd.pm,v 1.30 2002/04/25 19:21:34 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -870,7 +870,6 @@ sub drop_student_list {
 # ================================================================ Main Handler
 sub handler {
     my $r=shift;
-    $Apache::lonxml::debug=1;
     if ($r->header_only) {
         $r->content_type('text/html');
         $r->send_http_header;