Skip to content

Commit

Permalink
xD
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang0208 committed Apr 22, 2024
1 parent a04d0a1 commit 06c70ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/xiaojiang/clientupdater/ClientUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ public void showUpdateMassage(ScreenEvent.Opening event) {
}
if (files != null) {
while (!files.isEmpty()) {
LOGGER.info(files.peek().getPath());
if (files.peek().isFile()) {
file_list.put(Tools.getMD5(files.peek().getPath()), files.poll().getName());
} else if (files.peek().isDirectory()) {
Expand All @@ -173,7 +172,6 @@ public void showUpdateMassage(ScreenEvent.Opening event) {
}
for (String key : update.config_list) {
if (file_list.get(key) == null) {
LOGGER.info(key);
needupdate = true;
}
}
Expand Down

0 comments on commit 06c70ae

Please sign in to comment.