Skip to content

Commit

Permalink
删除注释代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyk00 committed Sep 28, 2024
1 parent b288034 commit 3ae7f29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arknights_mower/solvers/base_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,6 @@ def should_keep(task):
name = task.meta_data
free_room = list(task.plan.keys())[0]
free_op = task.plan[free_room]
'''for key, value in task.plan.items():
dorm_name = key
dorm_op = value
break'''
if (
self.op_data.operators[name].current_room != free_room
or free_op[self.op_data.operators[name].current_index] != "Free"
Expand Down

0 comments on commit 3ae7f29

Please sign in to comment.