mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
removed println
This commit is contained in:
parent
4442dcf203
commit
2128741218
@ -79,7 +79,6 @@ public class DefaultGenerator implements Generator {
|
||||
Template tmpl = Mustache.compiler()
|
||||
.withLoader(new Mustache.TemplateLoader() {
|
||||
public Reader getTemplate (String name) {
|
||||
System.out.println("loading template " + name);
|
||||
return getTemplateReader(config.templateDir() + File.separator + name + ".mustache");
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user