Fixed log.

This commit is contained in:
Christian P. MOMON 2020-01-23 10:40:42 +01:00
parent b0942b1524
commit 1b53d224ef
1 changed files with 0 additions and 1 deletions

View File

@ -892,7 +892,6 @@ public class AgirStatool
{
if (hasToRefresh(project))
{
System.out.println("Refresh project page for " + project.getName());
logger.info("Refresh project page for {}", project.getName());
String page = ProjectPage.build(project);
FileUtils.write(new File(this.targetDirectory, project.getIdentifier() + ".xhtml"), page, StandardCharsets.UTF_8);