From 4fab20796e4e438221ca44c17b83a3a96e0a382e Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 May 2016 22:48:15 +0200 Subject: [PATCH] full JSON --- src/arenas/tictactoe/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arenas/tictactoe/functions.php b/src/arenas/tictactoe/functions.php index 6d78ea3..8b713c9 100644 --- a/src/arenas/tictactoe/functions.php +++ b/src/arenas/tictactoe/functions.php @@ -49,7 +49,5 @@ function get_IA_Response($iaUrl,$postParams){ ); $output= curl_exec($ch); curl_close($ch); - echo '

'.$data_string.'

'; - echo '

'.$output.'

'; return json_decode($output,TRUE); } \ No newline at end of file