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:
parent
c6b6b0a427
commit
36cb0e6ae4
1 changed files with 0 additions and 3 deletions
|
@ -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)} );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue