--- loncom/homework/edit.pm 2003/09/10 21:59:44 1.64 +++ loncom/homework/edit.pm 2003/09/17 15:44:19 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.64 2003/09/10 21:59:44 albertel Exp $ +# $Id: edit.pm,v 1.65 2003/09/17 15:44:19 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -568,7 +568,6 @@ sub select_arg { my $result; my $optionlist=""; my $selected=$token->[2]{$name}; - &Apache::lonxml::error("Wha $selected"); foreach my $option (@$list) { my ($text,$value); if ( ref($option) eq 'ARRAY') {