Changeset 28127


Ignore:
Timestamp:
2013-08-26T13:46:28+12:00 (11 years ago)
Author:
davidb
Message:

Commenting out code that looks like it was meant only for debugging

File:
1 edited

Legend:

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

    r28062 r28127  
    622622
    623623##    $text .= "<commit/>\n";
    624     open (TEXTOUT, ">text.out");
    625     print TEXTOUT "$text";
    626     close TEXTOUT;
     624
     625# The following code looks like it's for debugging purposes, but
     626# committed by accident.  Commenting out for now ...
     627
     628#    open(TEXTOUT, '>:utf8', "text.out");
     629#    print TEXTOUT "$text";
     630#    close TEXTOUT;
    627631
    628632    print $solrhandle $text;
Note: See TracChangeset for help on using the changeset viewer.