[LON-CAPA-cvs] cvs: loncom /interface londropadd.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 25 Apr 2002 19:21:34 -0000
matthew Thu Apr 25 15:21:34 2002 EDT
Modified files:
/loncom/interface londropadd.pm
Log:
Remove debugging flag.
Index: loncom/interface/londropadd.pm
diff -u loncom/interface/londropadd.pm:1.29 loncom/interface/londropadd.pm:1.30
--- loncom/interface/londropadd.pm:1.29 Tue Apr 23 17:03:59 2002
+++ loncom/interface/londropadd.pm Thu Apr 25 15:21:34 2002
@@ -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 @@
# ================================================================ Main Handler
sub handler {
my $r=shift;
- $Apache::lonxml::debug=1;
if ($r->header_only) {
$r->content_type('text/html');
$r->send_http_header;