--- loncom/interface/domainprefs.pm 2014/02/12 20:37:42 1.224 +++ loncom/interface/domainprefs.pm 2014/02/13 01:52:29 1.226 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.224 2014/02/12 20:37:42 raeburn Exp $ +# $Id: domainprefs.pm,v 1.226 2014/02/13 01:52:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4961,7 +4961,6 @@ sub insttypes_row { if ($rownum ne '') { $css_class = ($rownum%2? ' class="LC_odd_row"':''); } - print STDERR "rownum ||$rownum|| an css_class ||".$css_class."||\n"; my $output = ''. ''.$lt{$context}.$showdom. ''; @@ -7882,7 +7881,6 @@ sub modify_selfcreation { } foreach my $field (keys(%{$cancreate{$item}})) { if (!$curr_usercreation{'cancreate'}{$item}{$field}) { - print STDERR "field $field in cancreate but not in curr\n"; if (!grep(/^$item$/,@{$changes{'cancreate'}})) { push(@{$changes{'cancreate'}},$item); } @@ -8235,7 +8233,6 @@ sub modify_usermodification { } } } -# FIXME need to ensure selfcreate stuff is preserved my %usermodification_hash = ( usermodification => \%modifyhash, );