--- loncom/interface/lonmodifycourse.pm 2016/04/04 01:09:48 1.81 +++ loncom/interface/lonmodifycourse.pm 2016/04/04 01:12:11 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # handler for DC-only modifiable course settings # -# $Id: lonmodifycourse.pm,v 1.81 2016/04/04 01:09:48 raeburn Exp $ +# $Id: lonmodifycourse.pm,v 1.82 2016/04/04 01:12:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2205,7 +2205,6 @@ sub handler { } my $choose_text; my $type = $env{'form.type'}; -print STDERR "type is ||$type||\n"; if ($type eq '') { $type = 'Course'; }