Changeset 13062


Ignore:
Timestamp:
2006-10-10T12:00:29+13:00 (18 years ago)
Author:
kjdon
Message:

removed some print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/ExportAsPrompt.java

    r13046 r13062  
    479479
    480480    DebugStream.print("export command = ");
    481          for (int i = 0; i < command_parts_list.size(); i++) {
     481    for (int i = 0; i < command_parts_list.size(); i++) {
    482482        DebugStream.print(command_parts_list.get(i) + " ");
    483         System.err.print(command_parts_list.get(i) + " ");         
    484483    }
    485484    DebugStream.println("");
    486     //System.err.println("");
    487485
    488486    // Run the export.pl command
Note: See TracChangeset for help on using the changeset viewer.