diff --git a/includes/content-path2.php b/includes/content-path2.php index 9919c6f..2e9ce76 100755 --- a/includes/content-path2.php +++ b/includes/content-path2.php @@ -53,6 +53,7 @@ for($direction=0; $direction<2; $direction++) { array_push($pathArray, $workingConnSet); } } + error_log('Debug (pathArray): '.json_encode($pathArray)); } }