Skip to content

Commit

Permalink
#1696: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Aug 10, 2023
1 parent e71c207 commit 7a780e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 7a780e0

Please sign in to comment.