mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 16:48:21 +08:00
移除一些debug消息
This commit is contained in:
@@ -131,12 +131,9 @@ public class UserData {
|
|||||||
|
|
||||||
|
|
||||||
public void checkoutDate() {
|
public void checkoutDate() {
|
||||||
if (isCurrentDay()) {
|
if (isCurrentDay()) return;
|
||||||
Main.debug("Date is not change, skip clear sold amount.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this.date = DateIntUtil.getCurrentDate(); //更新日期
|
this.date = DateIntUtil.getCurrentDate(); //更新日期
|
||||||
Main.debug("Date changed, clear sold.");
|
|
||||||
getDepositories().values().stream()
|
getDepositories().values().stream()
|
||||||
.flatMap(value -> value.getContents().values().stream())
|
.flatMap(value -> value.getContents().values().stream())
|
||||||
.forEach(DepositoryItemData::clearSold);
|
.forEach(DepositoryItemData::clearSold);
|
||||||
|
|||||||
Reference in New Issue
Block a user