Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
thji committed Oct 15, 2024
1 parent dde5ae4 commit ae04515
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,5 @@ public void enqueueBizLog(BizLog log) {
public void buildActionItemMap() {
this.getReplayActionItemList().forEach(
replayActionItem -> this.actionItemMap.put(replayActionItem.getId(), replayActionItem));
LOGGER.info("buildActionItemMap, planId:{}, keySet:{}", getId(), actionItemMap.values());
}
}

0 comments on commit ae04515

Please sign in to comment.