@@ -88,7 +88,6 @@ export default class MariadbConnector {
}
async addNewGame(game) {
- console.log('ICIMAMENE');
let conn;
try {
conn = await this.pool.getConnection();
@@ -120,7 +120,6 @@ function Server() {
});
socket.on('create-game', async (game, callback) => {
- console.log('ICINORMALEMENT');
let response = {};
let games = await addGameDb(game);