mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/twig] Remove debug code
PHPBB3-11598
This commit is contained in:
parent
0f3086a54b
commit
25b4732845
1 changed files with 0 additions and 5 deletions
|
@ -94,11 +94,6 @@ class phpbb_test_case_helpers
|
||||||
|
|
||||||
public function makedirs($path)
|
public function makedirs($path)
|
||||||
{
|
{
|
||||||
if (is_dir($path) || file_exists($path))
|
|
||||||
{
|
|
||||||
var_dump($path);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
mkdir($path, 0777, true);
|
mkdir($path, 0777, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue