Skip to content

Commit

Permalink
devonfw#1519 Deleted unneeded warn messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansour Dukhan committed Jun 7, 2022
1 parent 9a860c6 commit ef43238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public boolean isTemplateSetConfiguration() {

if (this.configurationPath.toUri().getScheme().equals("jar")
|| !this.configurationPath.getFileName().toString().equals(ConfigurationConstants.TEMPLATE_SETS_FOLDER)) {
LOG.warn("You are using an old templates version, please make sure to upgrade to the newest three!");
return false;
}
return true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public static URI findTemplatesLocation() {
// use old templates configuration
Path templatesFolderLocation = getTemplatesFolderLocation(cobigenHome, configFile, templatesLocation);
if (templatesFolderLocation != null && Files.exists(templatesFolderLocation)) {
LOG.warn("You are using an old templates version, please make sure to upgrade to the newest two!");
return templatesFolderLocation.toUri();
}

Expand Down

0 comments on commit ef43238

Please sign in to comment.