From 995a8a1d01844bdd4ddd8139a1e46d82c4f53a6f Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 17 Jan 2014 09:28:50 +1300 Subject: [PATCH] Remove config output --- code/solr/Solr.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/solr/Solr.php b/code/solr/Solr.php index 6ae5fee..cb6da83 100644 --- a/code/solr/Solr.php +++ b/code/solr/Solr.php @@ -163,13 +163,7 @@ class Solr_Configure extends BuildTask { } else { user_error('Unknown Solr index mode '.$indexstore['mode'], E_USER_ERROR); } - - printf("Solr Configuration:\n -
%s
" - , - print_r($options, true) - ); - + foreach ($indexes as $instance) { $index = $instance->getIndexName(); echo "Configuring $index. \n"; flush();