mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
remove print_r
This commit is contained in:
parent
d53cb31869
commit
c8b9e40b85
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ class CacheTest extends MockedTest
|
|||
$configCache = new Cache();
|
||||
$configCache->load($data);
|
||||
|
||||
print_r($configCache);
|
||||
|
||||
self::assertConfigValues($data, $configCache);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue