Ignore:
Timestamp:
2015-07-27T23:14:46+12:00 (9 years ago)
Author:
davidb
Message:

Removal/Tidy-up of debug statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/the-macronizer/trunk/src/java/monogram/plugin/PluginODT.java

    r29855 r30062  
    5959            File dir = new File(tmpdir + File.separator + "mi-tmp-" + random);
    6060            if (! dir.exists() && dir.mkdir()) {
    61                 System.out.println(dir.getCanonicalPath());
     61                System.out.println("PluginODT::createTmpDirectoryInTmp(): " + dir.getCanonicalPath());
    6262                return dir;
    6363            }
Note: See TracChangeset for help on using the changeset viewer.