Bug 7372: (follow-up) remove debug message
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 9 Oct 2014 13:10:07 +0000 (15:10 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 9 Oct 2014 19:00:50 +0000 (16:00 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Only removes debugging leftover. In french :-D

installer/data/mysql/updatedatabase.pl

index 6ea5911..9bdc033 100755 (executable)
@@ -7988,7 +7988,6 @@ if ( CheckVersion($DBversion) ) {
         $dbh->selectcol_arrayref(q|SELECT COUNT(*) FROM roadtype|);
     };
     unless ( $@ ) {
-        warn "pas erreur";
         my $av_added = $dbh->do(q|
             INSERT INTO authorised_values(category, authorised_value, lib, lib_opac)
                 SELECT 'ROADTYPE', roadtypeid, road_type, road_type