mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
removed debug code
This commit is contained in:
parent
f4aaa7c4f0
commit
cdcc98141e
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ class System
|
|||
if ($aktinst < $maxinst || $maxinst == 0) {
|
||||
foreach($list as $val) {
|
||||
$path = $sPath . DIRECTORY_SEPARATOR . $val;
|
||||
echo "p: $path\n";
|
||||
if (is_dir($path)) {
|
||||
$tmp = System::_dirToStruct($path, $maxinst, $aktinst+1);
|
||||
$struct = array_merge_recursive($tmp, $struct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue