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: