diff --git a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplatesConfigurationReader.java b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplatesConfigurationReader.java index 20003e673..388d53f77 100644 --- a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplatesConfigurationReader.java +++ b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/TemplatesConfigurationReader.java @@ -113,8 +113,6 @@ public TemplatesConfigurationReader(Path configFilePath, ConfigurationReader con throws InvalidConfigurationException { this.configurationReader = configurationReader; - // Path rootTemplatePath = configFilePath.getParent(); - // Path templateLocation = findTemplateRootPath(projectRoot, templateFolder, rootTemplatePath); this.configFilePath = configFilePath; this.rootTemplateFolder = TemplateFolder.create(configFilePath.getParent());