Ignore:
Timestamp:
2003-03-20T14:54:44+12:00 (21 years ago)
Author:
kjdon
Message:

tidied up System.out.prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2Construct.java

    r3937 r3946  
    234234        get_status_only = true;
    235235    }
    236     System.out.println("get status only = "+get_status_only);
    237236    if (get_status_only) {
    238237        // at the moment, delete is synchronous. but it may take ages so should do the command in another thread maybe? in which case we will want to ask for status
     
    480479        get_status_only = true;
    481480    }
    482     System.out.println("get status only = "+get_status_only);
    483481   
    484482    // just check for status messages if that's all that's required
    485483    if (get_status_only) {
    486         System.out.println("in get status only bit");
    487484        String id = (String)params.get(HANDLE_PARAM);
    488485        GS2PerlListener listener = (GS2PerlListener)listeners_.get(id);
     
    503500
    504501    }
    505     System.out.println("not in get status only bit");
    506502
    507503    // do teh actual command
Note: See TracChangeset for help on using the changeset viewer.