From: Nick Clemens Date: Thu, 7 Dec 2017 15:35:42 +0000 (+0000) Subject: Bug 19542: (QA follow-up) Remove debug warn X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=22d708894b31d63fbac23df65eeb7d6597e6af61 Bug 19542: (QA follow-up) Remove debug warn Signed-off-by: Jonathan Druart --- diff --git a/about.pl b/about.pl index 210a923..25fd54d 100755 --- a/about.pl +++ b/about.pl @@ -313,7 +313,6 @@ if ( C4::Context->preference('SearchEngine') eq 'Elasticsearch' ) { $template->param( elasticsearch_fatal_config_error => $_->message ); $es_config_error = 1; } - warn p($_); }; if ( !$es_config_error ) {