diff --git a/src/arenas/Battleship/js.js b/src/arenas/Battleship/js.js index 693540f..fac22df 100644 --- a/src/arenas/Battleship/js.js +++ b/src/arenas/Battleship/js.js @@ -62,7 +62,7 @@ function battleship(bot1,bot2,gridWidth,gridHeight,nbShip1,nbShip2,nbShip3,nbShi xhr.onreadystatechange = function(){if(xhr.readyState == 4){ if(xhr.status == 200) { //debug - alert(xhr.responseText); + //alert(xhr.responseText); document.getElementById('logs').innerHTML = xhr.responseText; } }};