Skip to content

Commit

Permalink
forgot to remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pages committed Jan 5, 2024
1 parent cf4b742 commit cb56e0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/game/CreateGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import GameField from './componentGameMapping/GameField';
import GameRadio from './componentGameMapping/GameRadio';
import GameSelect from './componentGameMapping/GameSelect';
import { GAME_FIELDS_CONFIG, InputTypeEnum } from 'src/config/games/game';
import { gameResponse } from 'src/contexts/gameContext';
import type { GameType } from 'types/game.type';

interface PlayProps {
Expand All @@ -20,7 +19,6 @@ const ComponentMapping = {

const CreateGame = ({ gameType, stepNumber }: PlayProps) => {
const gameConfig = GAME_FIELDS_CONFIG[gameType];
console.log('gameResponse', gameResponse);

if (!gameConfig || !gameConfig.steps[stepNumber]) {
return <div>Oups, votre jeu n&apos;existe pas encore</div>;
Expand Down

0 comments on commit cb56e0b

Please sign in to comment.