Bug 19706: (QA follow-up) Hide the collection code selector if no value is defined...
[srvgit] / 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 ) {