1
0

Remove debug output

This commit is contained in:
Matthias Gutjahr
2014-04-25 10:40:36 +02:00
parent dfd0261cda
commit ea5295cdb3

View File

@ -1828,9 +1828,6 @@ function serendipity_traversePath($basedir, $dir='', $onlyDirs = true, $pattern
if ($onlyDirs === false || $bIsDir) {
if ($bPatternMatch &&
(!$bIsDir || $aExcludeDirs == null || !isset($aExcludeDirs[$file]))) {
if ($file == '.git') {
echo $file;
}
$files[] = array(
'name' => $file,
'depth' => $depth,