Skip to content

Commit bd4db0a

Browse files
committed
remove debug line
1 parent ab68dec commit bd4db0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SelectTree.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ private function buildTreeFromResults($results, $parent = null): Collection
246246
// Move any remaining children from the cache into the root of the tree, since their parents do not show up in the result set
247247
$resultMap[$parent] = array_merge(...array_values($orphanedResults));
248248

249-
debug($resultMap);
250-
251249
// Recursively build the tree starting from the root (null parent)
252250
$rootResults = $resultMap[$parent] ?? [];
253251

0 commit comments

Comments
 (0)