diff options
Diffstat (limited to 'game/instruction_popup.gd')
-rw-r--r-- | game/instruction_popup.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/instruction_popup.gd b/game/instruction_popup.gd index 8bcad5e..6107e5b 100644 --- a/game/instruction_popup.gd +++ b/game/instruction_popup.gd @@ -18,7 +18,6 @@ func play_instruction(type: Microgame.MICROGAME_CONTROL): func get_instruction(type: Microgame.MICROGAME_CONTROL) -> InstructionResource: for instruction in instructions: - print(instruction.type) if instruction.type == type: return instruction return null |