Bug 19542: (QA follow-up) Remove debug warn
authorNick Clemens <nick@bywatersolutions.com>
Thu, 7 Dec 2017 15:35:42 +0000 (15:35 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Dec 2017 17:30:42 +0000 (14:30 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

about.pl

index 210a923..25fd54d 100755 (executable)
--- 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 ) {