From 87bd7947d42435af4cbc6f2a854eb8b8f728a35a Mon Sep 17 00:00:00 2001 From: Garrett K Date: Fri, 26 Feb 2021 04:24:06 +0000 Subject: [PATCH] 0.3.14 --- includes/content-path2.php | 1 + 1 file changed, 1 insertion(+) 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)); } }