From 4822f19df62d8f4421d9e44aca5fb5277b791232 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 9 Oct 2014 15:10:07 +0200 Subject: [PATCH] Bug 7372: (follow-up) remove debug message Signed-off-by: Tomas Cohen Arazi Only removes debugging leftover. In french :-D --- installer/data/mysql/updatedatabase.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6ea5911b82..9bdc033a13 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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 -- 2.20.1