summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-08-30 19:56:33 +0200
committeremkael <emkael@tlen.pl>2015-08-30 19:56:33 +0200
commitf64917d7d94723e5069bf8546179d5ff2f186239 (patch)
tree3b55f5765a46a05f917d0acfffa1343fd70abf8d
parent0ccf93ff6c8b0379052879529fbefe1e5387997b (diff)
* removed debug data
-rw-r--r--bidding_data.py2
1 files changed, 0 insertions, 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']