Bug 22887: Remove superfluous warn statements

We print them in the description later

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2020-04-15 15:04:16 +02:00 committed by Martin Renvoize
parent c6b6b0a427
commit 36cb0e6ae4
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -21588,9 +21588,6 @@ if( CheckVersion( $DBversion ) ) {
$_->{authorised_value}, $_->{c}
} @$duplicates
);
for my $error (@description) {
warn $error . "\n";
}
} else {
$dbh->do( q{ALTER TABLE `authorised_values` ADD CONSTRAINT `av_uniq` UNIQUE (category, authorised_value)} );
}