Skip to content

Commit

Permalink
[Refactor] Update ShowDataAction.java (#44382)
Browse files Browse the repository at this point in the history
  • Loading branch information
imay authored Apr 18, 2024
1 parent 8ceb7d8 commit 0484072
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void execute(BaseRequest request, BaseResponse response) {
totalSize = getDataSizeOfDatabase(db);
} else {
for (Database db : fullNameToDb.values()) {
LOG.info("database name: {}", db.getOriginName());
totalSize += getDataSizeOfDatabase(db);
}
}
Expand Down

0 comments on commit 0484072

Please sign in to comment.