Changeset 5921


Ignore:
Timestamp:
2003-11-20T17:13:32+13:00 (20 years ago)
Author:
kjdon
Message:

removed a testing thing that shouldn't be there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/ExportCollectionPrompt.java

    r5912 r5921  
    299299     */
    300300    public void resultPrompt(boolean success, String extra) {
    301     success = true;
    302301    args = new String[2];
    303302    StringBuffer coll_names = new StringBuffer();
     
    364363    if (message.startsWith("exportcol.pl>")) {
    365364        message = message.substring(13);
    366         Gatherer.println("message = "+event.getMessage());
     365        //Gatherer.println("message = "+event.getMessage());
    367366        error_message.append(message);
    368367        error_message.append("\n");
Note: See TracChangeset for help on using the changeset viewer.