remove forgotten var_dump()
This commit is contained in:
parent
7ab5fd60d5
commit
c9f73252d4
1 changed files with 0 additions and 1 deletions
|
|
@ -222,7 +222,6 @@
|
||||||
);
|
);
|
||||||
if($x == $startX) {
|
if($x == $startX) {
|
||||||
$matrix[$x][$y]['indices'][] = $index;
|
$matrix[$x][$y]['indices'][] = $index;
|
||||||
var_dump($matrix[$x][$y]['indices']);
|
|
||||||
}
|
}
|
||||||
if(array_key_exists('answer', $word))
|
if(array_key_exists('answer', $word))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue