Changeset 31777


Ignore:
Timestamp:
2017-07-05T20:45:59+12:00 (7 years ago)
Author:
ak19
Message:

Related to bugfix of previous commit. Removing commented out working first solution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java

    r31776 r31777  
    689689        // iff dealing with XML, make sure to parse out any lines preceding the XML content
    690690        command_output_buffer = XMLTools.readXMLStream(command_output_buffer.toString());
    691         /*if(DebugStream.isDebuggingEnabled()) {
    692         String prefix = command_output_buffer.substring(0, startIndex);
    693         DebugStream.println("Removing the following found before start of XML:");
    694         DebugStream.println("---------------------------------");
    695         DebugStream.println(prefix);
    696         DebugStream.println("---------------------------------");
    697         }
    698         // remove the prefix
    699         return command_output_buffer.substring(startIndex); // remove anything before the start of XML
    700         */
    701691    }
    702692   
Note: See TracChangeset for help on using the changeset viewer.