--- loncom/build/rpmparse.pl 2001/05/03 15:18:06 1.8 +++ loncom/build/rpmparse.pl 2001/05/03 15:19:34 1.9 @@ -55,7 +55,6 @@ while() { my $type=$1; my $package=$2; $package=~s/\-[^\-]*\-[^\-]*$//; - print "
$type $package\n"; if (!$chash{$package}) { push @barerpms,"$package is missing and is of basic necessity to a LON-CAPA system\n" if $type eq 'Y'; push @developrpms,"$package is missing and may be useful for a LON-CAPA system\n" if $type eq 'N';