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();