Bye bye debugging output.

This commit is contained in:
dchandler 2003-06-24 12:23:37 +00:00
parent f547734043
commit 33beb7b782

View file

@ -45,7 +45,6 @@ public class ConverterGUI implements FontConversion {
// DLC FIXMEDOC returns true on success // DLC FIXMEDOC returns true on success
public boolean doConversion(ConvertDialog cd, File oldFile, File newFile, public boolean doConversion(ConvertDialog cd, File oldFile, File newFile,
String whichConversion) { String whichConversion) {
System.err.println("DLC NOW " + oldFile + " " + newFile + " " + whichConversion);
PrintStream ps; PrintStream ps;
try { try {
returnCode returnCode