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/PluginDOCX.java

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