--- loncom/homework/edit.pm	2003/09/10 22:03:40	1.57.2.1
+++ loncom/homework/edit.pm	2003/10/06 20:11:38	1.57.2.2
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.57.2.1 2003/09/10 22:03:40 albertel Exp $
+# $Id: edit.pm,v 1.57.2.2 2003/10/06 20:11:38 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -526,7 +526,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') {