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

Commit 21a57e4

Browse files
committed
Remove var_dump
1 parent f5f5edb commit 21a57e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DataCollector/CacheCollector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ public function getCache()
4343
* @var $name
4444
* @var ExtendedCacheItemPoolInterface $cache
4545
*/
46-
foreach($this->data['cache'] as $name => $cache) {
47-
var_dump($cache->getStats());
48-
}
4946
return $this->data['cache'];
5047
}
5148

0 commit comments

Comments
 (0)