Changeset 35685


Ignore:
Timestamp:
2021-10-23T19:37:00+13:00 (2 years ago)
Author:
davidb
Message:

Commented out debug print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/perllib/solrbuilder.pm

    r33736 r35685  
    695695   
    696696
    697     print STDERR "@@@@@ FINISHED PROCESSING INDEX: indexlevel $self->{'index_mapping'}->{$index}\n\n";
     697    ##print STDERR "@@@@@ FINISHED PROCESSING INDEX: indexlevel $self->{'index_mapping'}->{$index}\n\n";
    698698
    699699}
     
    755755    # first check if the building-core exists and then unload it.
    756756    if ($solr_server->admin_ping_core($corename)) {
    757         print STDERR "@@@@ solrbuilder::post_build_indexes(): Now unloading this index's building core: $corename\n\n";
     757        ##print STDERR "@@@@ solrbuilder::post_build_indexes(): Now unloading this index's building core: $corename\n\n";
    758758        $solr_server->admin_unload_core_explicitly_retaining_index($corename)
    759759    }
Note: See TracChangeset for help on using the changeset viewer.