Fixed log.
This commit is contained in:
parent
b0942b1524
commit
1b53d224ef
1 changed files with 0 additions and 1 deletions
|
@ -892,7 +892,6 @@ public class AgirStatool
|
||||||
{
|
{
|
||||||
if (hasToRefresh(project))
|
if (hasToRefresh(project))
|
||||||
{
|
{
|
||||||
System.out.println("Refresh project page for " + project.getName());
|
|
||||||
logger.info("Refresh project page for {}", project.getName());
|
logger.info("Refresh project page for {}", project.getName());
|
||||||
String page = ProjectPage.build(project);
|
String page = ProjectPage.build(project);
|
||||||
FileUtils.write(new File(this.targetDirectory, project.getIdentifier() + ".xhtml"), page, StandardCharsets.UTF_8);
|
FileUtils.write(new File(this.targetDirectory, project.getIdentifier() + ".xhtml"), page, StandardCharsets.UTF_8);
|
||||||
|
|
Loading…
Reference in a new issue