mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 10:01:10 +00:00
Fix: Remove debug code
This commit is contained in:
parent
36a452a9d4
commit
8479742ddb
@ -84,13 +84,4 @@ class DungeonEvent(UI):
|
||||
remain = self._get_double_event_remain(
|
||||
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT)
|
||||
logger.attr('Double event remain at combat', remain)
|
||||
if remain == 0:
|
||||
self.device.image_save()
|
||||
exit(1)
|
||||
return remain
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
self = DungeonEvent('src')
|
||||
self.device.screenshot()
|
||||
self.get_double_event_remain_at_combat()
|
Loading…
Reference in New Issue
Block a user