Skip to content

Commit

Permalink
[Enhancement] Remove unused log
Browse files Browse the repository at this point in the history
Signed-off-by: meegoo <[email protected]>
  • Loading branch information
meegoo committed Jan 21, 2025
1 parent 5d19cf9 commit ea04e2e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1739,8 +1739,6 @@ private Map<Pair<Long, Long>, PartitionStat> getPartitionStats(TStorageMedium me
}

pStat.skew = maxNum - minNum;
LOG.info("add partition stat: {} id: {}",
pStat, new Pair<>(physicalPartition.getId(), idx.getId()));
}
}
}
Expand Down

0 comments on commit ea04e2e

Please sign in to comment.