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