From 0c4e3396e81c54b1be96e975772b1e8b3db18be4 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 14 Dec 2015 22:07:09 +0100 Subject: [PATCH] remove alert --- src/arenas/Battleship/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }};