@@ -, +, @@ --- installer/data/mysql/updatedatabase.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -7010,7 +7010,6 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { while ( my $subscription = $sth->fetchrow_hashref() ) { ## parse out the labels and save them my $nm = $subscription->{'numberingmethod'}; - print "NUMBERING METHOD: '$nm'\n"; my @labels = split(/\{[XYZ]\}[, ]?/, $nm); @labels = map( $trim->( $_ ), @labels ); my ( $x_label, $y_label, $z_label ) = @labels; --