Browse Source

Bug 19542: (QA follow-up) Remove debug warn

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Nick Clemens 6 years ago
committed by Jonathan Druart
parent
commit
22d708894b
  1. 1
      about.pl

1
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 ) {

Loading…
Cancel
Save