remove forgotten var_dump()

This commit is contained in:
coderkun 2014-04-15 00:26:02 +02:00
commit f5371b5ecf

View file

@ -222,7 +222,6 @@
);
if($x == $startX) {
$matrix[$x][$y]['indices'][] = $index;
var_dump($matrix[$x][$y]['indices']);
}
if(array_key_exists('answer', $word))
{