Changeset 5300


Ignore:
Timestamp:
2003-08-27T15:11:14+12:00 (21 years ago)
Author:
jmt12
Message:

Removed some debug comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java

    r5164 r5300  
    100100    // If no path is set, take the path to the root node (ie update the whole tree)
    101101    if(path == null) {
    102         System.err.println("Refresh entire tree.");
     102        ///ystem.err.println("Refresh entire tree.");
    103103        path = new TreePath(((FileNode)root).getPath());
    104104    }
    105     else {
    106         System.err.println("Refresh: " + path.getLastPathComponent());
    107     }
     105    //else {
     106    //    System.err.println("Refresh: " + path.getLastPathComponent());
     107    //}
    108108    // Only a valid action if this model is currently being displayed in a tree.
    109109    if(tree != null) {
Note: See TracChangeset for help on using the changeset viewer.