Skip to content

Commit

Permalink
丢弃无用debug信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyk00 committed Sep 18, 2024
1 parent b421984 commit 52bab16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arknights_mower/utils/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ def available_free(self, free_type="high"):
break
else:
idx += 1
logger.debug(f"高优空位{ret}个")
else:
idx = self.config.max_resting_count
for i in range(idx, len(self.dorm)):
Expand All @@ -636,7 +635,6 @@ def available_free(self, free_type="high"):
logger.info(f"检测到房间休息完毕,释放{dorm.name}宿舍位")
freeName.append(dorm.name)
ret += 1
logger.debug(f"低优空位{ret}个")
if len(freeName) > 0:
for name in freeName:
if name in agent_list:
Expand Down

0 comments on commit 52bab16

Please sign in to comment.