Changeset 20296 for greenstone3


Ignore:
Timestamp:
2009-08-17T10:25:34+12:00 (15 years ago)
Author:
kjdon
Message:

removed a System.err

File:
1 edited

Legend:

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

    r20238 r20296  
    133133        String indexpath = GSFile.collectionIndexPath (this.index_stem, index);
    134134        this.mg_src.setIndex (indexpath);
    135         System.err.println ("index path = "+indexpath);
     135       
    136136        // set the mg query parameters to the values the user has specified
    137137        setStandardQueryParams (params);
Note: See TracChangeset for help on using the changeset viewer.