diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-02 09:04:50 -0500 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-02 09:04:50 -0500 | 
| commit | f38e9c71414cc5a1fd155a73c847f7f01377f105 (patch) | |
| tree | 55017460a57ad7b7eb295036cd9698541d12df04 | |
| parent | 5c2421b3cd6c1cfcee7437ca7a4d14d0f492e6a7 (diff) | |
| download | lingo2-archipelago-f38e9c71414cc5a1fd155a73c847f7f01377f105.tar.gz lingo2-archipelago-f38e9c71414cc5a1fd155a73c847f7f01377f105.tar.bz2 lingo2-archipelago-f38e9c71414cc5a1fd155a73c847f7f01377f105.zip  | |
Remove debug statement
| -rw-r--r-- | apworld/player_logic.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/apworld/player_logic.py b/apworld/player_logic.py index 57fb4f9..3ee8f38 100644 --- a/apworld/player_logic.py +++ b/apworld/player_logic.py | |||
| @@ -416,8 +416,6 @@ class Lingo2PlayerLogic: | |||
| 416 | for symbol_name in SYMBOL_ITEMS.values(): | 416 | for symbol_name in SYMBOL_ITEMS.values(): | 
| 417 | self.real_items.append(symbol_name) | 417 | self.real_items.append(symbol_name) | 
| 418 | 418 | ||
| 419 | print("hi") | ||
| 420 | |||
| 421 | def get_panel_reqs(self, panel_id: int, answer: str | None) -> AccessRequirements: | 419 | def get_panel_reqs(self, panel_id: int, answer: str | None) -> AccessRequirements: | 
| 422 | if answer is None: | 420 | if answer is None: | 
| 423 | if panel_id not in self.panel_reqs: | 421 | if panel_id not in self.panel_reqs: | 
