Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 017ab4c

Browse files
committed
Fix filter.php - remove debug
1 parent e62874a commit 017ab4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggrachdev.debugbar/filters.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
->addFilter('methods', function ($data, $filterParams) {
3030
if (\is_object($data)) {
3131
$data = \get_class_methods($data);
32-
echo '<pre>';
33-
print_r($data);
34-
echo '</pre>';
3532
}
3633

3734
return $data;

0 commit comments

Comments
 (0)