Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit febc63c

Browse files
author
Seth Battis
committed
Less Debugging Output
Signed-off-by: Seth Battis <[email protected]>
1 parent cf11faf commit febc63c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

private/data-collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ function collectStatistics($term) {
5353
$teacherNames[] = $teacher['user']['sortable_name'];
5454
}
5555
} while ($teachers = $lookupApi->nextPage());
56-
print_r($teacherIds);
57-
print_r($teacherNames);
5856
$statistic['teacher[id]s'] = serialize($teacherIds);
5957
$statistic['teacher[sortable_name]s'] = serialize($teacherNames);
6058

0 commit comments

Comments
 (0)