From afad8ca4fa5472e7c35f3fbed31c99bd90ea88bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 10 Nov 2023 17:04:00 +0100 Subject: [PATCH] remov bad prints --- bdr.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bdr.py b/bdr.py index 1e8e9bc..0cafdad 100644 --- a/bdr.py +++ b/bdr.py @@ -25,8 +25,6 @@ def analyze_game(instance: HanabLiveInstance, actions: List[Action]) -> Tuple[Li play = instance.deck[action.target] if (not game.is_playable(play)) and game.is_critical(play): termination = 'Bomb crit' - print('Bombed crit {}'.format(play)) - print(game.deck[game.progress:], game.stacks) game.make_action(action) if termination == '': if game.strikes == 3: