This commit is contained in:
Garrett K 2021-02-26 04:24:06 +00:00
parent 692c850d59
commit 87bd7947d4

View File

@ -53,6 +53,7 @@ for($direction=0; $direction<2; $direction++) {
array_push($pathArray, $workingConnSet);
}
}
error_log('Debug (pathArray): '.json_encode($pathArray));
}
}