removed println

This commit is contained in:
Tony Tam 2016-02-10 13:17:33 -08:00
parent 42e626580f
commit 06fcb95f64

View File

@ -2222,7 +2222,6 @@ public class DefaultCodegen {
folder = supportingFile.destinationFilename;
}
if(!new File(folder).exists()) {
System.out.println("writing file " + folder);
supportingFiles.add(supportingFile);
}
}