Ignore:
Timestamp:
2017-09-15T20:49:31+12:00 (7 years ago)
Author:
ak19
Message:

Unused, but possibly useful, commented out code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/util/SafeProcess.java

    r31843 r31970  
    308308        prcs = rt.exec(this.command_args);
    309309        } else { // launch process using cmd str with env params       
    310        
     310
     311        //log("Environment: ");
     312        //for(int i = 0; i < envp.length; i++) {
     313        //    log("\t" + envp[i]);
     314        //}
     315
    311316        if(this.dir == null) {
    312317            //log("\twith: " + Arrays.toString(this.envp));
Note: See TracChangeset for help on using the changeset viewer.