diff --git a/server/routes/games.js b/server/routes/games.js index 287d079..29a7575 100755 --- a/server/routes/games.js +++ b/server/routes/games.js @@ -2868,7 +2868,6 @@ const createGame = (id) => { accessSync(`games/${id}`, fs.F_OK); id = ''; } catch (error) { - console.log(error); break; } }