Changeset 7697


Ignore:
Timestamp:
2004-07-02T10:55:10+12:00 (20 years ago)
Author:
kjdon
Message:

commented out a println

File:
1 edited

Legend:

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

    r7690 r7697  
    283283    // Run it
    284284    try {
    285         Gatherer.println("Cmd: " + command);
     285        //Gatherer.println("Cmd: " + command); // don't print it out cos it may have the password in it
    286286        Runtime rt = Runtime.getRuntime();
    287287        String [] env = null;
Note: See TracChangeset for help on using the changeset viewer.