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

    r29855 r30062  
    2727            throw new IllegalArgumentException();
    2828        }
    29         System.out.println("test 5");
    3029        final File outputFile = File.createTempFile("mi-tmp-", configuration.getFileType(), tmpdir);
    31         System.out.println("test 6");
    3230        final TxtRestorer restorer = new TxtRestorer();
    33         System.out.println("test 7");
    3431        restorer.restore(configuration.getFile(), configuration.getCharsetEncoding(), outputFile, configuration.getPreserveExistingMacrons());
    35         System.out.println("test out 2");
    3632        return outputFile;
    3733    }
Note: See TracChangeset for help on using the changeset viewer.