From f64917d7d94723e5069bf8546179d5ff2f186239 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 Aug 2015 19:56:33 +0200 Subject: * removed debug data --- bidding_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bidding_data.py b/bidding_data.py index 7354037..8ef918d 100644 --- a/bidding_data.py +++ b/bidding_data.py @@ -174,9 +174,7 @@ class JFRBidding: if board_no in self.__board_number_mapping: for table_no, table_data in board_data.items(): for round_no, round_data in table_data.items(): - print round_no if round_no in self.__round_lineups: - print table_no, self.__round_lineups[round_no] if table_no in self.__round_lineups[round_no]: bidding = sorted(round_data) dealer = round_data[bidding[0]]['direction'] -- cgit v1.2.3