Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Feb 24, 2024
1 parent 6aba129 commit 656055c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public List<RenderPipelineTask> generateFrom(List<Node> orderedNodes) {

long endTimeInNanoSeconds = System.nanoTime();

// if (logger.isDebugEnabled()) {
if (logger.isDebugEnabled()) {
logger.atDebug().log("===== INTERMEDIATE RENDERER LIST =========================");
logIntermediateRendererListForDebugging(orderedNodes);
logger.atDebug().log("===== RENDERER TASK LIST =================================");
Expand All @@ -182,7 +182,7 @@ public List<RenderPipelineTask> generateFrom(List<Node> orderedNodes) {
addArgument(potentialTasks).
log("{} nodes, {} enabled - {} tasks (excluding marker tasks) out of {} potential tasks.");
logger.atDebug().log("----------------------------------------------------------");
// }
}

return taskList;
}
Expand Down

0 comments on commit 656055c

Please sign in to comment.