diff --git a/connectfour.php b/connectfour.php index cd631ce..2c6258c 100644 --- a/connectfour.php +++ b/connectfour.php @@ -108,7 +108,7 @@ function better_col($board,$me,$opponent,$depth){ if( $sc > $betterScore){ $betterScore = $sc -$depth; $betterCol = $i; - echo $i.":".$sc."|"; + //echo $i.":".$sc."|"; } } }