remove debug code from core
This commit is contained in:
parent
c64e0af4fb
commit
c266b3b5b7
|
@ -407,9 +407,6 @@ class Util {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$v1 = $this->userManager->userExists($root[1]);
|
|
||||||
$v2 = in_array($root[2], $this->excludedPaths);
|
|
||||||
|
|
||||||
// detect user specific folders
|
// detect user specific folders
|
||||||
if ($this->userManager->userExists($root[1])
|
if ($this->userManager->userExists($root[1])
|
||||||
&& in_array($root[2], $this->excludedPaths)) {
|
&& in_array($root[2], $this->excludedPaths)) {
|
||||||
|
|
Loading…
Reference in New Issue