Skip to content

Commit 68a8e59

Browse files
committed
cleanup
1 parent c5e61d8 commit 68a8e59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kaggle_environments/envs/open_spiel_env/games/repeated_poker/visualizer/default/src/components/getRepeatedPokerStateForStep.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ export const getPokerStateForStep = (environment, step) => {
194194
step: step,
195195
winOdds: [],
196196
fiveCardBestHands: [],
197-
lastMoves: [],
198197
currentPlayer: -1
199198
};
200199

kaggle_environments/envs/open_spiel_env/games/repeated_poker/visualizer/default/src/repeated_poker_renderer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ export function renderer(options) {
703703
}
704704

705705
const uiData = _parseKagglePokerState(options);
706-
console.log(uiData);
707706
_renderPokerTableUI(uiData, options);
708707

709708
// Apply initial scale

0 commit comments

Comments
 (0)